Accusoft.PdfXpressSdk Namespace > Document Class : GetTextFinder Method |
'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 )
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.