TextSearch Methods

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The TextSearch type exposes the following members.

Methods

  NameDescription
Public methodSearchBegin
Initilizes a new search. To perform a search, it must be followed by at least one call to SearchNextAsync(Action<(Of <<'(TextSearch..::..OnTextSearchAsyncCallbackArgs>)>>), Object).
Public methodSearchNextAsync
Attempts to find the next instance of the search string specified in SearchBegin(String, TextSearch..::..SearchModes, Int32).

See Also