ExifTagImageImageDescription Property

Gets the ImageDescription EXIF tag.

Description: A character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like. Two-bytes character codes cannot be used. When a 2-bytes code is necessary, the Exif Private tag UserComment is to be used.
Id: 270 (0x010e)
Type: Ascii

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag ImageDescription { get; }

Property Value

ExifTag

See Also