TxColorSpaceType
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

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

Syntax

enum TxColorSpaceType

Remarks

PDF Creator Pilot supports the following types of color spaces:

Name

Description

Value

csDefaultGray

Built-in default gray color space

0

csDefaultRGB

Built-in default RGB color space

1

csDefaultCMYK

Built-in default CMYK color space

2

csICCBasedRGB

Color space built from RGB profile loaded from an ICC file

3

csICCBasedCMYK

Color space built from CMYK profile loaded from an ICC file

4

See Also

Reference