Options for specifying how to represent color information in the exported PDF.
Static Properties
Name | Description |
---|---|
CMYK | Represents all color values using CYMK color space. |
GRAY | Converts all color values to high-quality black-and-white images. Gray levels of the converted objects represent the luminosity of the original objects. |
REPURPOSE_CMYK | Repurposes CMYK colors. |
REPURPOSE_RGB | Repurposes RGB colors. |
RGB | Represents all color values using the RGB color space. Best suited for documents that will be viewed onscreen. |
UNCHANGED_COLOR_SPACE | Leaves each image in its original color space. |