page_size property
Leave feedback
On this page
The size of the output page.
The default value is PageSize.Unspecified, which means that a page size set in page settings (Page Setup) is used.
When rendering HTM and HTML files the default page size is set to Letter 792 x 612 points.
As a result, some of the content may not fit into the page frame.
Set a larger page size e.g. PageSize.A3 to fit the contents.
@property
def page_size(self):
...
@page_size.setter
def page_size(self, value):
...
- class
WordProcessingOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.