Height

EpsImage.Height property

Access the height of the image using this property. Obtain the image’s height with ease, enabling seamless layout adjustments, aspect ratio calculations, and precise rendering across different screen resolutions and display environments.

public override int Height { get; }

Property Value

The image height.

See Also