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