ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / ImageDescription Property




In This Topic
ImageDescription Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets ImageDescription property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property ImageDescription As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.ImageDescription = value
 
value = instance.ImageDescription

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property represents TIFF tag 270 (0x10E) and specifies description of the image.

Note: This property is stored in XMP as dc:description.

See Also