PageSettings
Contents
[
Hide
]PageSettings class
Represents printing settings for a page of project view.
Constructors
| Name | Description |
|---|---|
| PageSettings | Initializes a new instance of the PageSettings class. Represents printing settings for a page of project view. |
Methods
| Name | Description |
|---|---|
| get_AdjustToPercentOfNormalSize | Gets a value indicating whether to adjust printing to the specified percentage ( PercentOfNormalSize ) of normal size. |
| get_FirstPageNumber | Gets a first page number for printing. |
| get_IsPortrait | Gets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape. |
| get_PagesInHeight | Gets a number of pages in height to be printed. |
| get_PagesInWidth | Gets a number of pages in width to be printed. |
| get_PaperSize | Gets a paper size. Can be one of the values of the PrinterPaperSize enumeration. |
| get_PaperSizeId | Gets an integer representing one of the PrinterPaperSize values or a custom page size id. This value can be used to get PaperSize from OS settings |
| get_PercentOfNormalSize | Gets a percentage of normal size to adjust printing to. |
| set_AdjustToPercentOfNormalSize | Sets a value indicating whether to adjust printing to the specified percentage ( PercentOfNormalSize ) of normal size. |
| set_FirstPageNumber | Sets a first page number for printing. |
| set_IsPortrait | Sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape. |
| set_PagesInHeight | Sets a number of pages in height to be printed. |
| set_PagesInWidth | Sets a number of pages in width to be printed. |
| set_PaperSize | Sets a paper size. Can be one of the values of the PrinterPaperSize enumeration. |
| set_PaperSizeId | Sets an integer representing one of the PrinterPaperSize values or a custom page size id. This value can be used to get PaperSize from OS settings |
| set_PercentOfNormalSize | Sets a percentage of normal size to adjust printing to. |