image_height property
Leave feedback
On this page
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.
@property
def image_height(self):
...
@image_height.setter
def image_height(self, value):
...
- class
PdfViewOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.