Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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