Accusoft.PdfXpress7.Net
GetTextFinder Method




An integer value which represents the desired page number of the current document.
A TextFinderOptions value which contains user configurable options to control how text is extracted from the PDF page.
Gets a TextFinder object for a page of the current document.
Syntax
'Declaration
 
Public Function GetTextFinder( _
   ByVal pageNumber As Integer, _
   ByVal textFinderOptions As TextFinderOptions _
) As TextFinder
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim textFinderOptions As TextFinderOptions
Dim value As TextFinder
 
value = instance.GetTextFinder(pageNumber, textFinderOptions)
public TextFinder GetTextFinder( 
   int pageNumber,
   TextFinderOptions textFinderOptions
)
public: TextFinder* GetTextFinder( 
   int pageNumber,
   TextFinderOptions* textFinderOptions
) 
public:
TextFinder^ GetTextFinder( 
   int pageNumber,
   TextFinderOptions^ textFinderOptions
) 

Parameters

pageNumber
An integer value which represents the desired page number of the current document.
textFinderOptions
A TextFinderOptions value which contains user configurable options to control how text is extracted from the PDF page.

Return Value

A TextFinder object which represent the text of the selected PDF page.
Remarks

A TextFinder object provides access to all text contained in the PDF page, represented as a single text string. You can also perform text searching on this text string and the TextFinder object will provide the text, sentence context, and PDF user-space coordinates of any substring identified as a match by your search process.

See Also

Reference

Document Class
Document Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback