ImageGear for .NET
ImGearPDFWordFinder Constructor(ImGearPDFDocument,ImGearPDFWordFinderVersion,ImGearPDFContextFlags)
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWordFinder Class > ImGearPDFWordFinder Constructor : ImGearPDFWordFinder Constructor(ImGearPDFDocument,ImGearPDFWordFinderVersion,ImGearPDFContextFlags)




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.

Glossary Item Box

Initializes a new instance of the ImGearPDFWordFinder class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

Remarks

Creates a word finder that is used to extract text in the host encoding from a PDF file. The word finder also extracts text from Form XObjects that are executed in the page contents. For information about Form XObjects, see Section 4.9 in the PDF Reference.

See Also

©2013. Accusoft Corporation. All Rights Reserved.