TdxPDFViewerOptionsFindPanel Class
Stores the Find panel settings.
Declaration
TdxPDFViewerOptionsFindPanel = class(
TdxPDFViewerOptionsPersistent
)
Remarks
This class extends its ancestor with properties that allow you to:
Change how the Find panel is positioned within the PDF Viewer control area (Alignment);
Select the Find panel visibility mode (DisplayMode);
Select the panel show/hide animation effect and change its speed (Animation and AnimationTime);
Specify the text string searched via the Find panel (SearchString);
Highlight all found matches in the loaded PDF document (HighlightSearchResults);
Specify whether the search string and document text highlights are discarded on closing the Find panel (ClearSearchStringOnClose).
The PDF Viewer control’s OptionsFindPanel property references a TdxPDFViewerOptionsFindPanel object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxPDFViewerOptionsPersistent
TdxPDFViewerOptionsFindPanel
See Also