PrintOptions Properties
Provides print settings for BackstagePrintPreview.| Name | Description |
|---|---|
| AllowCollate | Gets whether the pages can be collated when multiple document copies are printed. |
| AllowCopies | Gets whether it is possible to print multiple document copies. |
| AllowCustomPageRange | Specifies whether it is possible to print a range of pages. |
| AllowEditOptions | Specifies whether it is possible to edit print settings. |
| AllowEditPaperSource | Gets whether it is possible to edit a paper source. |
| AvailablePageMargins | Gets available page margins. |
| AvailablePaperSizes | Gets the available paper sizes. |
| AvailablePaperSources | Provides access to the paper sources available on the printer. |
| AvailablePrinters | Provides access to available printers. |
| CanDuplex | Indicates whether double-sided printing is available. |
| Collate | Specifies whether to collate the pages if multiple document copies are printed. |
| Copies | Specifies the number of document copies to print. |
| CurrentPageNumber | Specifies the current page number. |
| CustomPageRange | Specifies the range of document pages to print. |
| Duplex | Specifies the mode for double-sided printing. |
| IsValid | For internal use. |
| Landscape | Specifies whether the page orientation is landscape. |
| MaxCopies | Gets the maximum number of document copies that can be printed. |
| PaperSource | Specifies the selected paper source. |
| PrintRange | Specifies the page numbers to print. |
| SelectedPageMargins | Specifies the selected page margins. |
| SelectedPaperSize | Gets the selected paper size. |
| SelectedPrinter | Specifies the selected printer. |
| ShowPreferencesCommand | Returns a command that invokes the dialog to specify document properties for the selected printer. |
See Also