Function that retrieves a decoded image from the plug-in.
PLUGIN_API int __stdcall ID_PageDecode
(
ID_StateHdl hs,
ID_DecodeParam* pdp,
ID_ImageOut* pio
);
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.
For a description of return values, see Return Values.
This function is used to decode a specific page of an image.
Header: ID_PlugIn.h