width property
width property
Sets the width of the output image (in pixels).
Remarks
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.
Definition:
@property
def width(self):
...
@width.setter
def width(self, value):
...
See Also
- module
groupdocs.viewer.options - class
JpgViewOptions