ColorSpaceType
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

In a PDF file colors of graphic objects can be described in a device-independent way. This can be achieved by using color spaces. Some color spaces are related to device color representation (gray scale, RGB, CMYK), others to human visual perception (CIE-based).

Syntax

enum ColorSpaceType

Remarks

PDF Creator Pilot supports the following types of color spaces:

Name

Color Space Description

Value

cstDefaultGray Built-in default gray

0

cstDefaultRGB Built-in default RGB

1

cstDefaultCMYK Built-in default CMYK

2

cstICCBasedRGB Built from RGB profile loaded from an ICC file

3

cstICCBasedCMYK Built from CMYK profile loaded from an ICC file

4

See Also

Reference