'Declaration Public Function New( _ ByVal document As ImGearPDFDocument, _ ByVal algorithmVersion As ImGearPDFWordFinderVersion, _ ByVal options As ImGearPDFContextFlags _ )
'Usage Dim document As ImGearPDFDocument Dim algorithmVersion As ImGearPDFWordFinderVersion Dim options As ImGearPDFContextFlags Dim instance As New ImGearPDFWordFinder(document, algorithmVersion, options)
public ImGearPDFWordFinder( ImGearPDFDocument document, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
public: ImGearPDFWordFinder( ImGearPDFDocument* document, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
public: ImGearPDFWordFinder( ImGearPDFDocument^ document, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
Parameters
- document
- PDF document to find words in.
- algorithmVersion
- The version of the word-finding algorithm to use.
- options
- Word-finding options that determine the tables filled when using AcquireWordList. Must be an OR of one or more of ImGearPDFContextFlags.
Return Value
The new instance of ImGearPDFWordFinder class object.