I have one textbox and WebBrowser control. Want to open pdf in WebBrowser control and highlight words in pdf which is in that textbox.
Currently Using this code to open PDF in WebBrowsercontrol
WebBrowser1.Navigate(new Uri(Convert.ToString([PDFFilePath])));