ImageGear .NET - Updated
Title Property (ImGearDublinCoreXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Title Property
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

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members