How can I use the FindDialog to the current document in the PDFViewer Control?
Use the following commands, will show to the ​FindDialog, but there is no connection to the document.
FindDialog mySearch = new FindDialog();
mySearch.ShowDialog();
2 Answers, 1 is accepted
0
Accepted
Petya
Telerik team
answered on 29 Jul 2015, 03:49 PM
Hi Harald,
Please take a look at the article concerning this functionality of RadPdfViewer. Basically, you need to register the dialog prior the initialization of the view (i.e. before InitializeComponent()). The command that shows the dialog is bound to the Ctrl+F shortcut, but you can also add it to a button.
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items