TextSearch Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
TextSearch searches through a Document for a user-given search pattern. TextSearch provides users with several useful search modes and extra information besides the found string that matches the pattern. TextSearch can either keep running until a matched string is found or be set to return periodically in order for the caller to perform any necessary updates (e.g., UI updates).

Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public class TextSearch
Visual Basic
Public Class TextSearch
Visual C++
public ref class TextSearch

Inheritance Hierarchy

System..::..Object
  PDFTron.SilverDox.Documents.Text..::..TextSearch

See Also