The System.Drawing.Printing.PrinterSettings and System.Windows.Forms.PrintDialog classes use this enumeration.
For more information on printing, see the System.Drawing.Printing namespace overview.
Member Name | Description |
---|---|
AllPages |
All pages are printed. |
CurrentPage |
The currently displayed page is printed |
Selection |
The selected pages are printed. |
SomePages |
The pages between PrinterSettings.FromPage and PrinterSettings.ToPage are printed. |