Overview
ColorType is a enum in Aspose.Pdf FOSS for Java.
Classification of the dominant colour content of a {@link Page} — used by
{@link Page#getColorType()} to answer “is this page colour, grayscale, or
black-and-white?”.
Values
| Value | Description |
|---|
Rgb | |
Grayscale | |
BlackAndWhite | |
Undefined | |
See Also