CX_PageInfo struct

Structure that specifies image page information, used in the CX_GetPageInfo and CX_GetFilePageInfo callback functions.

Syntax

struct CX_PageInfo
{
   CX_PageInfo() { ZeroMemory(this, sizeof(*this)); };

   DWORD dwFlags;
   SIZE si;
   int nBPP;
   int nBPS;
};

Members

dwFlags

Type: DWORD

Flags -- set to

si

Type: SIZE

Image dimensions

nBPP

Type: int

Bits per pixel

nBPS

Type: int

Bits per sample

Remarks

Used in the CX_GetPageInfo and CX_GetFilePageInfo callback functions.

Requirements

Header: CX_PlugIn.h

See also: