ImageHeight

PdfViewOptions.ImageHeight property

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

public int ImageHeight { get; set; }

Remarks

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

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

See Also