Height

OdImage.Height property

Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image’s overall size and proportions, facilitating accurate display and processing of image content.

public override int Height { get; }

Property Value

The image height.

See Also