ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_wordfinder_get_word
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_WORDFINDER > IG_PDF_wordfinder_get_word

Glossary Item Box

Gets the word in the word list obtained using IG_PDF_wordfinder_acquire_wordlist.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_wordfinder_get_word (
        HIG_PDF_WORDFINDER hWordFinder,         WORD nFlags,         LONG nIndex,         LPHIG_PDF_WORD lphWord );

Arguments:

hWordFinder The word finder object.
nFlags Word-finding options. Must be an OR of one or more of enumIGPDFWordFlags.
nIndex The index of the word to obtain. The first word on a page has an index of zero. Words are counted in PDF order.
lphWord A handle to the word object. Returns NULL when the end of the list is reached.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.