ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / HeadLine Property




In This Topic
    HeadLine Property (ImGearIPTC4XMPCoreMetadata)
    In This Topic
    Gets or sets HeadLine property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property HeadLine As ImGearXMPString
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPString
     
    instance.HeadLine = value
     
    value = instance.HeadLine
    public ImGearXMPString HeadLine {get; set;}
    public: __property ImGearXMPString* get_HeadLine();
    public: __property void set_HeadLine( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ HeadLine {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property is a publishable entry providing a synopsis of the contents of the news object. Headline is not the same as Title.
    See Also