CX_GetFilePageInfo function

Callback function that returns information about a specified page of a multi-page image file.

Syntax

typedef int(__stdcall *PF_CX_GetFilePageInfo) 
(
   const wchar_t* pszFN,
   int iPage,
   CX_PageInfo*
);

Parameters

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

Return Value

For a description of return values, see Return Values.

Remarks

This is a callback function that the plug-in can use to retrieve information about a specific page of a multi-page image.

Requirements

Header: CX_PlugIn.h

See also: