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.