public class PdfPrinterResolutionKind extends Object
Modifier and Type | Field and Description |
---|---|
static int |
Custom
Custom resolution.
|
static int |
Draft
Draft-quality resolution.
|
static int |
High
High resolution.
|
static int |
Low
Low resolution.
|
static int |
Medium
Medium resolution.
|
Constructor and Description |
---|
PdfPrinterResolutionKind() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getNames()
Get String names for PrinterResolutionKind
|
static String |
toString(int printerResolutionKind)
Get String name for PrinterResolutionKind element
|
public static final int Custom
public static final int Draft
public static final int High
public static final int Low
public static final int Medium
public static String toString(int printerResolutionKind)
printerResolutionKind
- PrinterResolutionKind elementPrinterResolutionKind
public static String[] getNames()