ImageGear .NET - Updated November 28, 2017
Title Property (ImGearDublinCoreXMPMetadata)




ImageGear23.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

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