PXC_DrawFormat Enumeration

From PDF XChange PDF SDK
Revision as of 07:00, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_DrawFormat
{
    kDrawFormat_Gray      = 0;
    kDrawFormat_BGR       = 1;
    kDrawFormat_CMYK      = 2;
    kDrawFormat_GrayAlpha = 4;
    kDrawFormat_BGRA      = 5;
};

Constants

kDrawFormat_Gray
The ...
kDrawFormat_BGR
The ...
kDrawFormat_CMYK
The ...
kDrawFormat_GrayAlpha
The ...
kDrawFormat_BGRA
The ...

See Also

See also ...