ImageGear v26.3 - Updated November 9, 2022
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

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