This function terminates the ImageGear PDF component, and must be called before terminating a user application.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_terminate(); |
Error count
This function does not process image pixels.
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.