MaxWidth

PngViewOptions.MaxWidth property

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

public int MaxWidth { get; set; }

Remarks

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

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

See Also