image_width property

image_width property

The width of the output image (in pixels). The property is available when converting single image to HTML only.

Remarks

For details and code example, see the documentation.

Definition:

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

See Also