logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
BelikovSeregy Posted: Wednesday, January 27, 2016 3:58:43 AM(UTC)
 
Thanks!
Paul Rayman Posted: Wednesday, January 27, 2016 2:41:50 AM(UTC)
 
Yes, of course.
Please look at PdfSearch Class for asynchronous search, PdfText.Find Method and PdfFind Class for synchronous search and PdfViewer.HighlightText Method for highlight found text.

Also you can see the implementation of asynchronous search and scrolling down to the found record in the source code (PdfToolStripSearch.cs). This is the toolbar that implement the search functionality for WinForms PdfViewer. For WPF you can do likewise if you wish.

BelikovSeregy Posted: Tuesday, January 26, 2016 11:59:11 PM(UTC)
 
We need to search for a specified (exact) text in PDF and highlight it in the viewer. Is there any way to do this?