image_width property

image_width property

The width of the output image in pixels.

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.ImageMaxWidth property is ignored.

Definition:

@property
def image_width(self):
    ...
@image_width.setter
def image_width(self, value):
    ...

See Also