IXC_MemoryType Enumeration

From PDF XChange PDF SDK
Revision as of 22:52, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum IXC_MemoryType
{
    MemoryType_1bpp = 1;
    MemoryType_4bpp = 2;
    MemoryType_8bpp = 3;
    MemoryType_16bpp = 4;
    MemoryType_24bpp = 5;
    MemoryType_32bpp = 6;
    MemoryType_4RLE = 7;
    MemoryType_8RLE = 8;
};

Constants

MemoryType_1bpp
The ...
MemoryType_4bpp
The ...
MemoryType_8bpp
The ...
MemoryType_16bpp
The ...
MemoryType_24bpp
The ...
MemoryType_32bpp
The ...
MemoryType_4RLE
The ...
MemoryType_8RLE
The ...

See Also

See also ...