ImageGear v26.5 - Updated
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
    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 specifies the authors of the resource (listed in order of precedence, if significant).
    See Also