image_max_width property
image_max_width property
Sets the maximum width of an output image (in pixels).
Remarks
Use this property to set the maximum output image width (in pixels). GroupDocs.Viewer applies this property when rendering a single image to PDF. For details, see the documentation.
If you set the PdfViewOptions.image_width property, this property is ignored.
Definition:
@property
def image_max_width(self):
...
@image_max_width.setter
def image_max_width(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PdfViewOptions