ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWordFinder Class > ImGearPDFWordFinder Constructor : ImGearPDFWordFinder Constructor(ImGearPDFDocument,Int16[],String[],String[],ImGearPDFWordFinderVersion,ImGearPDFContextFlags) |
'Declaration Public Function New( _ ByVal document As ImGearPDFDocument, _ ByVal encodingInfo() As Short, _ ByVal encodingVector() As String, _ ByVal ligatureTable() As String, _ ByVal algorithmVersion As ImGearPDFWordFinderVersion, _ ByVal options As ImGearPDFContextFlags _ )
'Usage Dim document As ImGearPDFDocument Dim encodingInfo() As Short Dim encodingVector() As String Dim ligatureTable() As String Dim algorithmVersion As ImGearPDFWordFinderVersion Dim options As ImGearPDFContextFlags Dim instance As New ImGearPDFWordFinder(document, encodingInfo, encodingVector, ligatureTable, algorithmVersion, options)
public ImGearPDFWordFinder( ImGearPDFDocument document, short[] encodingInfo, string[] encodingVector, string[] ligatureTable, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
public: ImGearPDFWordFinder( ImGearPDFDocument* document, short[]* encodingInfo, string*[]* encodingVector, string*[]* ligatureTable, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
public: ImGearPDFWordFinder( ImGearPDFDocument^ document, array<short>^ encodingInfo, array<String^>^ encodingVector, array<String^>^ ligatureTable, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
This method also works for non-Roman (CJK or Chinese-Japanese-Korean) viewers. In this case, words are extracted to the host encoding.
The type of WordFinder determines the encoding of the string returned by ImGearPDFWord.String.
For CJK viewers, words are stored internally using CID encoding. For more information on CIDFonts and related topics, see Section 5.6 in the PDF Reference. For detailed information on CIDFonts, see Technical Note #5092, CID-Keyed Font Technology Overview, and Technical Note #5014, Adobe CMap and CIDFont Files Specification.