Callback function that returns the dimensions for a specific page of a multi-page image.
typedef int(__stdcall *PF_CX_GetPageInfo)
(
CX_FileInfo*,
int iPage,
CX_PageInfo*
);
CX_FileInfo*
Type: CX_FileInfo*
[in] details about the file to get information for
iPage
Type: int
[in] which page of the image to get information for
CX_PageInfo*
Type: CX_PageInfo*
[out] the information about the asked for page
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to get information for a specified page of an multi-page image.
Header: CX_PlugIn.h