ImageWidth

ExifPackage.ImageWidth property

Gets or sets the number of columns of image data, equal to the number of pixels per row.

public int ImageWidth { get; set; }

Property Value

The number of columns of image data, equal to the number of pixels per row.

See Also