Callback for use by IG_PDF_stream_write_CB_register.
Copy Code
|
|
---|---|
typedef void (LPACCUAPI LPFNIG_PDF_STREAM_DESTROYPROC)(
LPVOID clientData
);
|
Name | Type | Description |
---|---|---|
clientData | LPVOID | User-supplied data that was specified in the call to IG_PDF_stream_write_CB_register. |
Returns the number of bytes actually read or written.
This function does not process image pixels.
This callback function is called at end of stream so you can perform clean up and free allocated memory.