PXC_ImageDataType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ImageDataType Enumeration}}
 
{{#customTitle:PXC_ImageDataType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 April 2015


Specifies the ...

Syntax

enum PXC_ImageDataType
{
    kIDT_Raw = 0;
    kIDT_1Indexed = 1;
    kIDT_8Indexed = 2;
    kIDT_8GrayScale = 3;
    kIDT_24RGB = 4;
};

Constants

kIDT_Raw
The ...
kIDT_1Indexed
The ...
kIDT_8Indexed
The ...
kIDT_8GrayScale
The ...
kIDT_24RGB
The ...

See Also

See also ...