PrintOutOptions Class Members
In This Topic
The following tables list the members exposed by PrintOutOptions.
Public Constructors
Public Properties
| Name | Description |
| ActivePrinter |
Sets the name of the active printer, for example: "Microsoft Print to PDF".
|
| Collate | True to collate multiple copies. The default value is True. |
| Copies |
The number of copies to print.
If this argument is omitted, one copy is printed.
|
| Duplex |
Gets or sets the printer setting for double-sided printing.
|
| From |
The 1-based number of the page at which to start printing.
If the value is empty, printing starts at the beginning.
|
| PrintBackgroundPicture | True if the sheet's background image is printed on the page. |
| PrintTransparentCell | True if the transparency of the cell's background color is printed on the page. |
| ShrinkToFitSettings |
The settings about performing shrink to fit on the wrapped text.
|
| To |
The 1-based number of the last page to print.
If the value is empty, printing ends with the last page.
|
Top
Public Events
See Also