image_width property

image_width property

The width of the output image (in pixels).

Available only when converting a single image to HTML.

For details and code example, see the documentation: https://docs.groupdocs.com/viewer/net/set-image-size-limits-when-rendering-to-html/

Definition:

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

See Also