inlineSearch property

bool? inlineSearch
final

Use inline search instead of a separate search panel.

When true, the search UI appears as a compact bar overlaid on the document rather than as a modal that pushes the content aside.

Maps to PSPDFConfigurationBuilder.searchMode (inline vs modal).

Implementation

final bool? inlineSearch;