PageSettings

PageSettings class

Represents printing settings for a page of project view.

The PageSettings type exposes the following members:

Constructors

NameDescription
PageSettings()Initializes a new instance of the

Properties

NameDescription
is_portraitGets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.
adjust_to_percent_of_normal_sizeGets or sets a value indicating whether to adjust printing to the specified percentage (
percent_of_normal_sizeGets or sets a percentage of normal size to adjust printing to.
pages_in_widthGets or sets a number of pages in width to be printed.
pages_in_heightGets or sets a number of pages in height to be printed.
paper_sizeGets or sets a paper size. Can be one of the values of the
paper_size_idGets or 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
first_page_numberGets or sets a first page number for printing.

See Also