public final class ImageColorMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLACK_AND_WHITE
The pages of the document will be rendered as black and white images.
|
static int |
GRAYSCALE
The pages of the document will be rendered as grayscale images.
|
static int |
length |
static int |
NONE
The pages of the document will be rendered as color images.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String imageColorModeName) |
static java.lang.String |
getName(int imageColorMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int imageColorMode) |
public static final int NONE
public static final int GRAYSCALE
public static final int BLACK_AND_WHITE
public static final int length