image_width property
image_width property
Sets the width of an output image (in pixels).
Remarks
Use this property to set the 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 this property, the PdfViewOptions.image_max_width property is ignored.
Definition:
@property
def image_width(self):
...
@image_width.setter
def image_width(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PdfViewOptions