Callback function that returns information about a specified page of a multi-page image file.
typedef int(__stdcall *PF_CX_GetFilePageInfo)
(
const wchar_t* pszFN,
int iPage,
CX_PageInfo*
);
pszFN
Type: const wchar_t*
[in] path to file
iPage
Type: int
[in] which page of the image to retrieve information for
CX_PageInfo*
Type: CX_PageInfo*
[out] the retrieved page info
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to retrieve information about a specific page of a multi-page image.
Header: CX_PlugIn.h