Structure that specifies image page information, used in the CX_GetPageInfo and CX_GetFilePageInfo callback functions.
struct CX_PageInfo
{
CX_PageInfo() { ZeroMemory(this, sizeof(*this)); };
DWORD dwFlags;
SIZE si;
int nBPP;
int nBPS;
};
dwFlags
Type: DWORD
Flags -- set to
si
Type: SIZE
Image dimensions
nBPP
Type: int
Bits per pixel
nBPS
Type: int
Bits per sample
Used in the CX_GetPageInfo and CX_GetFilePageInfo callback functions.
Header: CX_PlugIn.h