ExifTagImageImageWidth Property

Gets the ImageWidth EXIF tag.

Description: The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 256 (0x0100)
Type: Long

Definition

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

Property Value

ExifTag

See Also