Specifies the option buttons in the print dialog box that designate the part of the document to print.
[Visual Basic] Public Enum PrintRange [C#] public enum PrintRange [C++] public enum PrintRange
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
PrinterSettings uses this enumeration.
Member Name | Description |
---|---|
AllPages | All pages are printed. |
Selection | The selected pages are printed. |
SomePages | The pages specified by FromPage and ToPage are printed. |
Namespace: System.Drawing.Printing
Assembly: System.Drawing.dll