page_height property

page_height property

The page height in points.

When set, EBookConvertOptions.page_size is automatically changed to PageSize.custom.

Definition:

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

See Also