ImageGear .NET - Updated July 5, 2018
Creator Property (ImGearDublinCoreXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Creator Property
Gets or sets Creator property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Creator As ImGearXMPSeq(Of ImGearXMPString)
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPString)
 
instance.Creator = value
 
value = instance.Creator

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
Remarks
This XMP property specifies the authors of the resource (listed in order of precedence, if significant).
See Also

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members