Height

CdrImage.Height property

Retrieve the height of the image effortlessly with this intuitive property. Perfect for developers seeking to access the dimensions of their images dynamically, ensuring accurate layout and rendering in their applications.

public override int Height { get; }

Property Value

The image height.

See Also