ImageGear .NET v25.0 - Updated
AcquireWordList Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWordFinder Class : AcquireWordList Method
The page number for which words are found. First page is 0.
Finds all words on the specified page.
Syntax
'Declaration
 
Public Function AcquireWordList( _
   ByVal pageNumber As Integer _
) As Integer
'Usage
 
Dim instance As ImGearPDFWordFinder
Dim pageNumber As Integer
Dim value As Integer
 
value = instance.AcquireWordList(pageNumber)
public int AcquireWordList( 
   int pageNumber
)
public: int AcquireWordList( 
   int pageNumber
) 
public:
int AcquireWordList( 
   int 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.
See Also

Reference

ImGearPDFWordFinder Class
ImGearPDFWordFinder Members
ImGearPDFDictionary Class
ImGearPDFWordFinderVersion Enumeration
ImGearPDFContextFlags Enumeration