ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFWordFinder Object > IGPDFWordFinder Methods > GetWord Method |
Gets the word in the word list obtained using AcquireWordList Method.
GetWord (Flags As enumIGPDFWordFlags, Index As Long) As
IGPDFWord
Name | Description |
---|---|
Flags | Word-finding options. Must be an OR of one or more of enumIGPDFWordFlags. |
Index | The index of the word to obtain. The first word on a page has an index of zero. Words are counted in PDF order. |