ImageGear .NET - Updated October 26, 2017
ImageDescription Property (ImGearTIFFXMPMetadata)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : ImageDescription Property
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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members