page_size property
page_size property
The size of the output page.
The default value is PageSize.UNSPECIFIED which means that a page size is set in a 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.
Definition:
@property
def page_size(self):
...
@page_size.setter
def page_size(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PageSize - class
WordProcessingOptions