ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Creator Property |
'Declaration Public Property Creator As ImGearXMPSeq(Of ImGearXMPString)
'Usage Dim instance As ImGearIPTC4XMPCoreMetadata Dim value As ImGearXMPSeq(Of ImGearXMPString) instance.Creator = value value = instance.Creator
public ImGearXMPSeq<ImGearXMPString> Creator {get; set;}
public: __property ImGearXMPSeq<ImGearXMPString*>* get_Creator(); public: __property void set_Creator( ImGearXMPSeq<ImGearXMPString*>* value );
public: property ImGearXMPSeq<ImGearXMPString^>^ Creator { ImGearXMPSeq<ImGearXMPString^>^ get(); void set ( ImGearXMPSeq<ImGearXMPString^>^ value); }
Aligning with IIM notions IPTC Core intents to have only one creator for this news object despite the underlying XMP property dc:creator allows for more than one item to be included. If there are more than one item in this array the first one should be considered as the IPTC Core Creator value.