ImageGear .NET
Title Property (ImGearDublinCoreXMPMetadata)




Gets or sets Title property of the XMP Dublin Core schema.
Syntax
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);
}
'Declaration
 
Public Property Title As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.Title = value
 
value = instance.Title

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback