'Usage
Dim instance As ImGearPDFWordFinder
Dim pageNumber As Integer
Dim value As Integer
value = instance.AcquireWordList(pageNumber)
Parameters
pageNumber
The page number for which words are found. First page is 0.
Return Value
Word count.
Remarks
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 ReleaseWordList, before creating a new one.