Width

Jpeg2000Image.Width property

This property returns the width of the image in pixels. It provides a fundamental piece of information about the image’s dimensions, crucial for various image processing tasks, including resizing, cropping, and rendering.

public override int Width { get; }

See Also