1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Options
  6. /
  7. PdfViewOptions
  8. /
  9. ImageMaxHeight

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