page_height property
page_height property
The page height in points to be applied before conversion.
When set, PageSizeOptions.page_size is automatically changed to PageSize.custom.
Definition:
@property
def page_height(self):
...
@page_height.setter
def page_height(self, value):
...
See Also
- class
PageSizeOptions