max_height property
Leave feedback
On this page
The maximum height of an output image in pixels.
Use this property to set the maximum output image height (in pixels). For code example, see the documentation at https://docs.groupdocs.com/viewer/net/set-image-size-limits-when-rendering-to-png-jpg/.
If you set the JpgViewOptions.height property, this property is ignored.
@property
def max_height(self):
...
@max_height.setter
def max_height(self, value):
...
- class
JpgViewOptions
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.