TPDFlibSearchOptions

Data Types

Description

TPDFlibSearchOptions represents a Pascal set type that combines zero or more TPDFlibSearchOption flags to control text search behavior.

Syntax

Delphi

type TPDFlibSearchOptions = set of TPDFlibSearchOption;

Remarks

By default, passing an empty set ([]) triggers case-insensitive, partial-word text searching.

See also

TPDFlibSearchOption, SearchText