PDFReaderControls.NET Standard Class Reference

TextFindCriteria Constructor (String, Boolean, Boolean, Boolean)

Create a TextFindCriteria object with given properties.

public TextFindCriteria(
   string text,
   bool matchWholeWord,
   bool matchCase,
   bool backwards
);

Parameters

text
Find this text.
matchWholeWord
Find only whole occurrences.
matchCase
Find only occurrences that match case.
backwards
Search backwards (otherwise forwards).

See Also

TextFindCriteria Class | TallComponents.PDF.ReaderControls Namespace | TextFindCriteria Constructor Overload List