Height

JpegImage.Height property

Retrieve the height of the image effortlessly with this property. It provides quick access to the vertical dimension of the image, allowing you to efficiently determine its size and aspect ratio without the need for complex calculations or additional methods.

public override int Height { get; }

Property Value

The image height.

See Also