max_width property
max_width property
Sets the maximum width of an output image (in pixels, for rendering to PNG/JPG only).
Remarks
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.
Definition:
@property
def max_width(self):
...
@max_width.setter
def max_width(self, value):
...
See Also
- module
groupdocs.viewer.options - class
ViewInfoOptions