TPDFlibSearchOption
Data Types
Description
TPDFlibSearchOption defines text searching rules such as case sensitivity and word boundary matching.
Syntax
Delphi
type TPDFlibSearchOption = (soCaseSensitive, soWholeWord);Values
| soCaseSensitive | The query match must respect case layout characters (uppercase and lowercase are treated as distinct). |
|---|---|
| soWholeWord | Matches the query term only if it is surrounded by non-word characters (spaces, punctuation, etc.). |