MaxHeight

PngViewOptions.MaxHeight property

Sets the maximum height of an output image (in pixels).

public int MaxHeight { get; set; }

Remarks

Use this property to set the maximum output image height (in pixels). For code example, see the documentation.

If you set the Height property, this property is ignored.

See Also