CX_GetPageInfo function

Callback function that returns the dimensions for a specific page of a multi-page image.

Syntax

typedef int(__stdcall *PF_CX_GetPageInfo)
(
   CX_FileInfo*,
   int iPage,
   CX_PageInfo*
);

Parameters

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

Return Value

For a description of return values, see Return Values.

Remarks

This is a callback function that the plug-in can use to get information for a specified page of an multi-page image.

Requirements

Header: CX_PlugIn.h

See also: