max_width property
Leave feedback
On this page
The maximum width of an output image in pixels (for rendering to PNG/JPG only).
Use this property to set the maximum output image width (in pixels). For code example, see the documentation.
If you set the ViewInfoOptions.Width property, this property is ignored.
@property
def max_width(self):
...
@max_width.setter
def max_width(self, value):
...
- class
ViewInfoOptions
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.