JpegColorSpaceEnum

Color space options for representing color in the exported JPEG.

Values

Name

Description

Value

JpegColorSpaceEnum.CMYK

Represents all color values using the CMYK color space.

1129142603

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

JpegColorSpaceEnum.RGB

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

1666336578

Object of

JPEGExportPreference.jpegColorSpace