minimum_height property

minimum_height property

The minimum height for converting an SVG document, used when converting to raster formats; default is 600.

Definition:

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

See Also