ImageGear22.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Title Property |
'Declaration Public Property Title As ImGearXMPLangAlt
'Usage Dim instance As ImGearIPTC4XMPCoreMetadata 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); }
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.