Height

ImageContent.Height property

Gets the height of this ImageContent in pixels.

public int Height { get; }

Property Value

The height of this ImageContent in pixels.

Remarks

Returns the height of the active frame for a multiframe image.

See Also