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)
Paul Rayman Posted: Sunday, October 13, 2019 12:53:47 AM(UTC)
 
Hi,

Please try the updated search tool in the latest version.
https://forum.patagames....n-Oct--13--2019#post1824
Paul Rayman Posted: Saturday, October 12, 2019 6:20:52 AM(UTC)
 
We will change this behavior in the next release.
Paul Rayman Posted: Friday, October 11, 2019 3:59:35 AM(UTC)
 
Hi,

I see no other way to do this than to change the source code.
The source code is available here:
https://github.com/Patag...rs/PdfToolStripSearch.cs

You need modify ScrollToRecord method

Replace a call of
PdfViewer.ScrollToChar(ft.CharIndex);
with a call to
PdfViewer.ScrollToPoint(...);
msg Posted: Monday, October 7, 2019 9:27:38 AM(UTC)
 
Hi,
When searching a PDf document using the pdfToolStripSearch component sometime the highlighted results is too close to the top of the page.
Is there a way to scroll the page down a few pixels to make the highlight more visible?

wsdl.png (334kb) downloaded 30 time(s).