image_height property

image_height property

The height of an output image in pixels.

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 at https://docs.groupdocs.com/viewer/net/set-image-size-limits-when-rendering-to-pdf/.

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

Definition:

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

See Also