PageSettings

PageSettings class

Represents printing settings for a page of project view.

Constructors

NameDescription
PageSettingsInitializes a new instance of the PageSettings class. Represents printing settings for a page of project view.

Methods

NameDescription
get_AdjustToPercentOfNormalSizeGets a value indicating whether to adjust printing to the specified percentage ( PercentOfNormalSize ) of normal size.
get_FirstPageNumberGets a first page number for printing.
get_IsPortraitGets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.
get_PagesInHeightGets a number of pages in height to be printed.
get_PagesInWidthGets a number of pages in width to be printed.
get_PaperSizeGets a paper size. Can be one of the values of the PrinterPaperSize enumeration.
get_PaperSizeIdGets 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_PercentOfNormalSizeGets a percentage of normal size to adjust printing to.
set_AdjustToPercentOfNormalSizeSets a value indicating whether to adjust printing to the specified percentage ( PercentOfNormalSize ) of normal size.
set_FirstPageNumberSets a first page number for printing.
set_IsPortraitSets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.
set_PagesInHeightSets a number of pages in height to be printed.
set_PagesInWidthSets a number of pages in width to be printed.
set_PaperSizeSets a paper size. Can be one of the values of the PrinterPaperSize enumeration.
set_PaperSizeIdSets 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_PercentOfNormalSizeSets a percentage of normal size to adjust printing to.