height property

height property

The desired page height after conversion, in device-independent pixels of 1/96 inch each.

Set to 0 to let the target keep the page height it derives on its own.

Definition:

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

See Also