ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Creator Property




In This Topic
Creator Property (ImGearDublinCoreXMPMetadata)
In This Topic
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