ImageGear .NET - Updated
HeadLine Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : HeadLine Property
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

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members