PDFTron.SilverDox.Documents.Text Namespace

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Contains classes that provide text search and text selection services for a Document.

Classes

  ClassDescription
Public classTextSearch
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).
Public classTextSearch..::..OnTextSearchAsyncCallbackArgs
Arguments used as a parameter in the user defined callback function provided to SearchNextAsync(Action<(Of <<'(TextSearch..::..OnTextSearchAsyncCallbackArgs>)>>), Object).
Public classTextSelector
Used to identify the location of text on a page. Useful for implementing text highlighting and copying.
Public classTextSelector..::..OnTextSelectionAsyncCallbackArgs

Structures

  StructureDescription
Public structureQuad
Represents a bounding box quadrangle around text. The points are ordered counter-clockwise, starting at the glyph's lower-left corner.

Enumerations

  EnumerationDescription
Public enumerationTextSearch..::..SearchModes
Search modes that control how searching is conducted.
Public enumerationTextSearch..::..SearchResultCode
The code indicating the reason that the search process concluded.