The PrintSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PrintSettings |
Create a new PrintSettings object with default settings.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Create a copy of the print settings.
|
Properties
| Name | Description | |
|---|---|---|
| Collate |
Collate copies.
| |
| Copies |
Number of copies to print.
| |
| Duplex |
Duplex printing.
| |
| PagePrintSettings |
Page-specific print settings. These can be modified per page if one monitors the
QueryPagePrintSettings event.
| |
| PagesAsIndices |
Pages to print, as an array of (zero-based) page indices.
| |
| PagesAsString |
Pages to print, as a textual specification:
| |
| PrintController |
PrintController to use for printing. By default, this is set to
an instance of System.Drawing.Printing.StandardPrintController so
that printing does not cause the application to loose focus, nor
show a status dialog.
| |
| PrinterName |
The name of the printer.
| |
| PrinterSettings |
The printer settings of the printer indicated by PrintName.
|