page_layout_options property

page_layout_options property

The page layout scaling to apply when loading the document. Default: None.

Definition:

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

See Also