ImageGear v26.3 - Updated
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
    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);
    }

    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