Enum PrintRange
PrintRange enumeration
Specifies the option that designate the part of the document to print.
public enum PrintRange
Values
Name | Value | Description |
---|---|---|
AllPages | 0 | All pages are printed. |
SomePages | 2 | The pages between FromPage and ToPage are printed. |
Selection | 1 | The selected pages are printed. |
CurrentPage | 4194304 | The current page is printed. If used with some operating systems, all pages may be printed. |
See Also
- namespace Aspose.Pdf.Printing
- assembly Aspose.PDF