TPDFlibSearchOption

Data Types

Description

TPDFlibSearchOption defines text searching rules such as case sensitivity and word boundary matching.

Syntax

Delphi

type TPDFlibSearchOption = (soCaseSensitive, soWholeWord);

Values

soCaseSensitiveThe query match must respect case layout characters (uppercase and lowercase are treated as distinct).
soWholeWordMatches the query term only if it is surrounded by non-word characters (spaces, punctuation, etc.).

See also

TPDFlibSearchOptions, SearchText