image_max_height property

image_max_height property

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

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 PdfViewOptions.image_height property, this property is ignored.

Definition:

@property
def image_max_height(self):
    ...
@image_max_height.setter
def image_max_height(self, value):
    ...

See Also