Accusoft.PdfXpressSdk Namespace : TextFinder Class |
'Declaration Public Class TextFinder Implements System.IDisposable
'Usage Dim instance As TextFinder
public class TextFinder : System.IDisposable
public __gc class TextFinder : public System.IDisposable
public ref class TextFinder : public System.IDisposable
This class provides the extracted PDF page text from the GetText method. You can use this text string in the text search process of your choice. Once a substring is indentified by the search process, you can then pass the offset of the substring into GetTextMatch to retrieve the match text, sentence context, and PDF user-space coordinates relative to the originating PDF page.
System.Object
Accusoft.PdfXpressSdk.TextFinder