Back to Devexpress

TdxPDFCustomViewer.OptionsFindPanel Property

vcl-dxpdfviewer-dot-tdxpdfcustomviewer-20dc7121.md

latest1.3 KB
Original Source

TdxPDFCustomViewer.OptionsFindPanel Property

Provides access to the Find panel settings.

Declaration

delphi
property OptionsFindPanel: TdxPDFViewerOptionsFindPanel read; write;

Property Value

Type
TdxPDFViewerOptionsFindPanel

Remarks

You can use this property to change the positioning and behavior of the Find panel, and also customize the search string interpretation settings. For detailed information on all available search-related settings, refer to the TdxPDFViewerOptionsFindPanel class description.

To search a text string programmatically, call the TextSearch.Find or Document.FindText method.

See Also

TdxPDFCustomViewer Class

TdxPDFCustomViewer Members

dxPDFViewer Unit