ImageMaxHeight

PdfViewOptions.ImageMaxHeight property

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

public int ImageMaxHeight { get; set; }

Remarks

Use this property to set the maximum output image height (in pixels). GroupDocs.Viewer applies this property when rendering a single image to PDF. For details, see the documentation.

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

See Also