page_layout_options property
page_layout_options property
Gets or sets the PageLayoutOptions. Default value is PageLayoutOptions.NONE, any other value will override the PageSetup.adjust_to_widest_page behaviour. Works only with HTML documents.
Definition:
@property
def page_layout_options(self):
...
@page_layout_options.setter
def page_layout_options(self, value):
...
See Also
- module
aspose.html.rendering - class
PageLayoutOptions - class
PageSetup