This function terminates the ImageGear PDF component, and must be called before terminating a user application.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_terminate(); |
Return Value:
Error count
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
For a multi-threaded application, you must call IG_PDF_initialize and IG_PDF_terminate in the main thread and in each worker thread which uses PDF component. See Single- and Multi-Threaded Applications for more information. |