ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / Creator Property




In This Topic
    Creator Property (ImGearIPTC4XMPCoreMetadata)
    In This Topic
    Gets or sets Creator property of the IPTC4XMPCORE XMP schema.
    Syntax
    '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);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    Remarks
    This XMP property contains preferably the name of the person who created the content of this news object, a photographer for photos, a graphic artist for graphics, or a writer for textual news. If it is not appropriate to add the name of a person the name of a company or organisation could be applied as well.

    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.

    See Also