image_height property
image_height property
Sets the height of an output image (in pixels).
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 PdfViewOptions.image_max_height property is ignored.
Definition:
@property
def image_height(self):
...
@image_height.setter
def image_height(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PdfViewOptions