java.lang.Object
com.aspose.words.ImageColorMode
public class ImageColorMode
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| The pages of the document will be rendered as color images. | ||
static final int | GRAYSCALE | |
| The pages of the document will be rendered as grayscale images. | ||
static final int | BLACK_AND_WHITE | |
| The pages of the document will be rendered as black and white images. | ||
| Field Detail |
|---|
NONE = 0 | |
public static final int NONE | |
GRAYSCALE = 1 | |
public static final int GRAYSCALE | |
BLACK_AND_WHITE = 2 | |
public static final int BLACK_AND_WHITE | |