ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Functions Reference / IG_PDF_terminate
In This Topic
    IG_PDF_terminate
    In This Topic

    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.