ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / Title Property




In This Topic
Title Property (ImGearIPTC4XMPCoreMetadata)
In This Topic
Gets or sets Title property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property Title As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPLangAlt
 
instance.Title = value
 
value = instance.Title

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property is a shorthand reference for the news object. While a technical identifer goes to an identifier element, Title holds a short verbal and human readable name. Title is not the same as Headline.

Note: This element aligns with the use of Dublin Core's "Title" element.

Note: The XMP property (dc:title) which stores the value of this IPTC Core property is of type Lang Alt. Hence any software agent dealing with this property must abide to the processing rules for Lang Alt value type as specified by the XMP specifications.

See Also