[]
Defines the configuration options for the printing process.
[Flags]
public enum PrintingSettings
This enumeration allows for the customization of the printing process by specifying whether dialogs should be displayed, whether printing should occur on a separate thread, and which style of print dialog should be used.
Name | Description |
---|---|
None | No print dialog will be displayed. |
ShowPrintDialog | Displays the print dialog before printing. |
ShowPrintProgressDialog | Displays a progress dialog during the printing process. |
UsePrintingThread | Executes the printing process on a separate thread. |
UseStandardDialog | Uses the standard print dialog. |
UseXpStyleDialog | Uses the XP style print dialog. |