ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_terminate
API Reference Guide > PDF Component API Reference > PDF Component Functions Reference > IG_PDF_terminate

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.

Is this page helpful?
Yes No
Thanks for your feedback.