ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFWordFinder Object > IGPDFWordFinder Methods > AcquireWordList Method |
Finds all words on the specified page.
Only words within or partially within the page's crop box are enumerated. Words outside the crop box are skipped.
There can be only one word list in existence at a time; clients must release the previous word list, using IGPDFWordFinder.ReleaseWordList Method, before creating a new one.
AcquireWordList (PageNumber As Long) As Long
Name | Description |
---|---|
PageNumber | The page number for which words are found. First page is 0. |
Word count.