ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Title Property




In This Topic
    Title Property (ImGearDublinCoreXMPMetadata)
    In This Topic
    Gets or sets Title property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Title As ImGearXMPLangAlt
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPLangAlt
     
    instance.Title = value
     
    value = instance.Title
    public ImGearXMPLangAlt Title {get; set;}
    public: __property ImGearXMPLangAlt* get_Title();
    public: __property void set_Title( 
       ImGearXMPLangAlt* value
    );
    public:
    property ImGearXMPLangAlt^ Title {
       ImGearXMPLangAlt^ get();
       void set (    ImGearXMPLangAlt^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
    Remarks
    This XMP property specifies the title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.
    See Also