image_max_width property

image_max_width property

The max width of an output image (in pixels). This property is 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_max_width(self):
    ...
@image_max_width.setter
def image_max_width(self, value):
    ...

See Also