Accusoft.PdfXpress7.Net
TextFinder Class
Members 




This class implements access to the text of a PDF page and returns selected text match information from user-defined criteria.
Object Model
TextFinder ClassTextMatch ClassQuadrilateralCollection ClassQuadrilateral Class
Syntax
'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  
Remarks

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.

Inheritance Hierarchy

System.Object
   Accusoft.PdfXpressSdk.TextFinder

See Also

Reference

TextFinder Members
Accusoft.PdfXpressSdk Namespace
Document.GetTextFinder

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback