ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_wordfinder_delete
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_WORDFINDER > IG_PDF_wordfinder_delete

Deletes a word finder.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_wordfinder_delete(
        HIG_PDF_WORDFINDER hWordFinder
);

Arguments:

Name Type Description
hWordFinder HIG_PDF_WORDFINDER Word finder object to delete.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Use this function when you are done extracting text in a file.

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