System::Drawing::Printing::PrintRange enum
PrintRange enum
Specifies what pages are printed.
enum class PrintRange
Values
Name | Value | Description |
---|---|---|
AllPages | 0 | Print all pages. |
Selection | 1 | Print selected pages. |
SomePages | 2 | Print pages from the specified range. |
CurrentPage | 4194304 | Print currently displayed page. |
See Also
- Namespace System::Drawing::Printing
- Library Aspose.PUB for C++