The PagePrintSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoRotate |
Specifies whether a page must be rotated automatically so it fits best on the
printed sheet of paper.
| |
| Color |
Specifies whether the page must be printed in color.
| |
| HorizontalAlignment |
Horizontal Alignment to use for printing.
| |
| Landscape |
Specifies whether landscape mode is used for the page orientation.
| |
| PaperSize |
Paper size to use for printing.
| |
| PaperSource |
Specifies the paper source.
| |
| RenderSettings |
The render settings that will be used for printing.
| |
| ScaleToFit |
Specifies whether a page must be scaled to fit on the printed sheet of paper.
| |
| Transform |
Specifies a transformation to be applied to each page.
| |
| UsePdfPageSize |
Derive the paper size from the size of the corresponding PDF page.
| |
| UsePrintableArea |
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.
| |
| VerticalAlignment |
Vertical Alignment to use for printing.
|