Enum PrintRange
PrintRange enumeration
Specifies the part of the document to print.
public enum PrintRange
Values
Name | Value | Description |
---|---|---|
AllPages | 0 | All pages are printed. |
Selection | 1 | The selected pages are printed. |
SomePages | 2 | The pages between Drawing.Printing.PrinterSettings.FromPage and Drawing.Printing.PrinterSettings.ToPage are printed. |
CurrentPage | 4194304 | The currently displayed page is printed |
See Also
- namespace Aspose.Drawing.Printing
- assembly Aspose.Drawing.Common