Width

JpegImage.Width property

This property retrieves the width of the image, expressed in pixels. It provides essential information about the image’s dimensions, enabling accurate rendering, manipulation, or display of the image data.

public override int Width { get; }

Property Value

The image width.

See Also