Click or drag to resize

CPDFTextSearcher Class

This class is about text search.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPageCPDFTextSearcher

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public class CPDFTextSearcher

The CPDFTextSearcher type exposes the following members.

Constructors
  NameDescription
Public methodCPDFTextSearcher
Constructor function.
Top
Methods
  NameDescription
Public methodFindClose
Stops searching.
Public methodFindNext
Search for next matched pattern.
Public methodFindPrev
Search for previous matched pattern.
Public methodFindStart
Starts searching text.
Public methodIsValid
Whether the object is valid.
Top
See Also