image_height property

image_height property

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

For details and code example, see the documentation.

Definition:

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

See Also