Height

WmfImage.Height property

Access the image’s height, representing the number of pixels along its vertical axis. Utilize this property to ascertain the image’s spatial dimensions and aspect ratio, enabling accurate layout and rendering adjustments within your application.

public override int Height { get; }

Property Value

The image height.

Exceptions

exceptioncondition
NotImplementedException

See Also