PXC_DrawFormat Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DrawFormat Enumeration}}
 
{{#customTitle:PXC_DrawFormat Enumeration}}
Line 31: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:14, 20 May 2015


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

...