Value
Name | Description | Value |
---|---|---|
PDFColorSpace.CMYK | Represents all color values using CYMK color space. | 1129142603 = 'CMYK' |
PDFColorSpace.RGB | Represents all color values using the RGB color space. Best suited for documents that will be viewed onscreen. | 1666336578 = 'cRGB' |
PDFColorSpace.UNCHANGED_COLOR_SPACE | Leaves each image in its original color space. | 1970161251 = 'unFc' |
Usage
As property
PDFExportPreference.pdfColorSpace
PDFExportPreset.pdfColorSpace
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |