TdxPDFCustomViewer.OptionsFindPanel Property
Provides access to the Find panel settings.
Declaration
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