Enum SearchType

Search type used when matching content to the desired term, regular expression, or preset.

Namespace: PSPDFKitFoundation.Search
Assembly: PSPDFKitFoundation.dll
Syntax
public enum SearchType

Fields

Name Description
Preset

The search type when you want to use the patterns provided by us. See SearchPattern for the list of all available patterns.

Regex

The search type when you want to search using regex. The regular expression flavor is based on ICU regular expressions, which is a derivative of Perl regular expressions.

Text

This is the default search type. This is used when you want to search for strings/text.