ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Photoshop Namespace / ImGearPhotoshopXMPMetadata Class / Headline Property




In This Topic
Headline Property (ImGearPhotoshopXMPMetadata)
In This Topic
Gets or sets Headline property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property Headline As ImGearXMPString
 
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.Headline = value
 
value = instance.Headline

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also