image_max_height property

image_max_height property

The maximum height of an output image in pixels. This property is available when converting a single image to HTML only.

For details and a code example, see the documentation.

Definition:

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

See Also