ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_WORDFINDER / IG_PDF_wordfinder_release_wordlist
In This Topic
    IG_PDF_wordfinder_release_wordlist
    In This Topic

    Releases the word list for a given page.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_wordfinder_release_wordlist(
            HIG_PDF_WORDFINDER hWordFinder, 
                    LONG nPageNumber 
    );
    

    Arguments:

    Name Type Description
    hWordFinder HIG_PDF_WORDFINDER The word finder object.
    nPageNumber LONG The page number for which the word list is released.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    Use this to release a list created by IG_PDF_wordfinder_acquire_wordlist when you are done using this list.