height property
Leave feedback
On this page
The height of the output image in pixels.
Use this property to set the output image height (in pixels). For a code example, see the documentation.
If you set this property, the JpgViewOptions.max_height property is ignored.
@property
def height(self):
...
@height.setter
def 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.