public final class PdfPrintRange extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AllPages
All pages are printed.
|
static int |
CurrentPage
The currently displayed page is printed
|
static int |
Selection
The selected pages are printed.
|
static int |
SomePages
The pages between FromPage and ToPage are printed.
|
| Constructor and Description |
|---|
PdfPrintRange() |
public static final int AllPages
public static final int CurrentPage
public static final int Selection
public static final int SomePages
public static String toString(int pdfPrintRange)
pdfPrintRange - PdfPrintRange elementPdfPrintRangepublic static String[] getNames()
Copyright © 2016 Aspose. All Rights Reserved.