ID_PageDecode function

Function that retrieves a decoded image from the plug-in.

Syntax

PLUGIN_API int __stdcall ID_PageDecode
(
   ID_StateHdl hs,
   ID_DecodeParam* pdp,
   ID_ImageOut* pio
);

Parameters

hs

Type: ID_StateHdl

[in] Image state handle; hs is set by the host application to the same value that was passed to it by the plug-in during the relevant call to ID_OpenImage.

pdp

Type: ID_DecodeParam*

[in] Decoding parameters.

pio

Type: ID_ImageOut*

[out] Output image information.

Return Value

For a description of return values, see Return Values.

Remarks

This function is used to decode a specific page of an image.

Requirements

Header: ID_PlugIn.h

See also: