PDFColorSpace

Options for specifying how to represent color information in the exported PDF.

Values

Name

Description

Value

PDFColorSpace.CMYK

Represents all color values using CYMK color space.

1129142603

PDFColorSpace.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.

1766290041

PDFColorSpace.REPURPOSE_CMYK

Repurposes CMYK colors.

1917013337

PDFColorSpace.REPURPOSE_RGB

Repurposes RGB colors.

1917994818

PDFColorSpace.RGB

Represents all color values using the RGB color space. Best suited for documents that will be viewed onscreen.

1666336578

PDFColorSpace.UNCHANGED_COLOR_SPACE

Leaves each image in its original color space.

1970161251

Object of

PDFExportPreference.pdfColorSpace

PDFExportPreset.pdfColorSpace