This documentation is archived and is not being maintained.
PrintRange Enumeration
.NET Framework 1.1
Specifies the part of the document to print.
[Visual Basic] <Serializable> Public Enum PrintRange [C#] [Serializable] public enum PrintRange [C++] [Serializable] __value public enum PrintRange [JScript] public Serializable enum PrintRange
Remarks
The PrinterSettings and PrintDialog classes use this enumeration.
For more information on printing, see the System.Drawing.Printing namespace overview.
Members
| Member name | Description |
|---|---|
| AllPages | All pages are printed. |
| Selection | The selected pages are printed. |
| SomePages | The pages between FromPage and ToPage are printed. |
Requirements
Namespace: System.Drawing.Printing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: