ColorType Enumeration

From PDF XChange PDF SDK
Revision as of 01:19, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum ColorType
{
    ColorType_Auto = -3;
    ColorType_Default = -2;
    ColorType_None = -1;
    ColorType_RGB = 0;
    ColorType_CMYK = 1;
    ColorType_Gray = 2;
};

Constants

ColorType_Auto
The ...
ColorType_Default
The ...
ColorType_None
The ...
ColorType_RGB
The ...
ColorType_CMYK
The ...
ColorType_Gray
The ...

See Also

See also ...