PageViewSettings
Contents
[
Hide
]PageViewSettings class
Represents printing settings for a project view.
Methods
| Name | Description |
|---|---|
| get_FirstColumnsCount | Gets the number of first columns to be printed on all pages. |
| get_FitTimescaleToEndOfPage | Gets a value indicating whether to fit timescale to the end of a page when printing. |
| get_PrintAllSheetColumns | Gets a value indicating whether to print all sheet columns of a view. |
| get_PrintBlankPages | Gets a value indicating whether to print blank pages of a view. |
| get_PrintFirstColumnsCountOnAllPages | Gets a value indicating whether to print a specified number of first columns on all pages. |
| get_PrintNotes | Gets a value indicating whether to print notes. |
| set_FirstColumnsCount | Sets the number of first columns to be printed on all pages. |
| set_FitTimescaleToEndOfPage | Sets a value indicating whether to fit timescale to the end of a page when printing. |
| set_PrintAllSheetColumns | Sets a value indicating whether to print all sheet columns of a view. |
| set_PrintBlankPages | Sets a value indicating whether to print blank pages of a view. |
| set_PrintFirstColumnsCountOnAllPages | Sets a value indicating whether to print a specified number of first columns on all pages. |
| set_PrintNotes | Sets a value indicating whether to print notes. |