The PagePrintSettings type exposes the following members.

Properties

  NameDescription
Public propertyAutoRotate
Specifies whether a page must be rotated automatically so it fits best on the printed sheet of paper.
Public propertyColor
Specifies whether the page must be printed in color.
Public propertyHorizontalAlignment
Horizontal Alignment to use for printing.
Public propertyLandscape
Specifies whether landscape mode is used for the page orientation.
Public propertyPaperSize
Paper size to use for printing.
Public propertyPaperSource
Specifies the paper source.
Public propertyRenderSettings
The render settings that will be used for printing.
Public propertyScaleToFit
Specifies whether a page must be scaled to fit on the printed sheet of paper.
Public propertyTransform
Specifies a transformation to be applied to each page.
Public propertyUsePdfPageSize
Derive the paper size from the size of the corresponding PDF page.
Public propertyUsePrintableArea
Specifies whether printing must be limited to the printable area of the printer. If false, the margins of the printer will not be taken into account.
Public propertyVerticalAlignment
Vertical Alignment to use for printing.

See Also