image_max_width property
Leave feedback
On this page
The maximum width of an output image in pixels.
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.ImageWidth property, this property is ignored.
@property
def image_max_width(self):
...
@image_max_width.setter
def image_max_width(self, value):
...
- class
PdfViewOptions
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.