PageSetup class
PageSetup class
Represents a page setup object is used for configuration output page-set.
The PageSetup type exposes the following members:
Properties
Property | Description |
---|---|
at_page_priority | Gets or sets AtPagePriority which will determine order of applying page size declarations. By default options will override css @page rules . |
page_layout_options | 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. |
adjust_to_widest_page | Gets or sets flag that determines case when page size will be adjusted to widest page in document. This options is time-consuming so time of document processing can be increased in two times. Adjustment will take place only if widest page in document is wider than page size determined in PageSetup . Adjustedpage size will be used for all pages in document. |
scale_limit | A value between 0 and 1 specifies the limit to which the document content is scaled relative to the original size. The default value is 0. The default value in Chrome is approximately 0.7 (i.e. the scaled content size cannot be less than 70% of the original size). |
left_page | Gets the Odd Page configuration. |
right_page | Gets the Even Page configuration. |
any_page | Gets or sets all pages configuration in the the page-sequence. |
first_page | Gets or sets the first page configuration. |
Methods
Method | Description |
---|---|
set_left_right_page | Sets the Left/Right page configuration. |
See Also
- module
aspose.html.rendering
- class
AtPagePriority
- class
PageLayoutOptions
- class
PageSetup