[]
Contains options for printing.
public class PrintOutOptions
Public Class PrintOutOptions
| Name | Description |
|---|---|
| PrintOutOptions() | Constructor. |
| Name | Description |
|---|---|
| ActivePrinter | Sets the name of the active printer, for example: "Microsoft Print to PDF". |
| Collate |
The default value is |
| 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 |
|
| PrintTransparentCell |
|
| 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. |
| Name | Description |
|---|---|
| PagePrinted | Occurs after printing a page. |
| PagePrinting | Occurs before printing a page. |