Page 1 of 1

ScrollPages

Posted: Fri Jun 29, 2012 11:38 am
by ibaxxbln
Hello,

i am trying the Vintasoft librarys to view PDFs.
How does the new scrollpages function work?
I saw it not documentated in the documentation?

Regards
ibaxx

Re: ScrollPages

Posted: Fri Jun 29, 2012 2:12 pm
by Alex
Hello,

New visual tool - ScrollPages, allows to scroll images (pages) in the image viewer.

ScrollPages class is a part of our demos and you can find source codes of this class in the Demos Common Code project.

Best regards, Alexander

Re: ScrollPages

Posted: Mon Jul 02, 2012 12:41 pm
by ibaxxbln
Hello,

thank you for the answer. When I zoom in, it does not work after that anymore.
In the annotation viewer this function does not work... will this feature added in the future?

Regards
Ibaxx

Re: ScrollPages

Posted: Wed Jul 04, 2012 9:17 am
by Alex
Hello Ibaxx,
When I zoom in, it does not work after that anymore.
Each visual tool has special functionality, Zoom visual tool is used for zooming the image,
ScrollPages visual tool is used for scrolling page(s).

You need create new visual tool if you want to combine functionality of some visual tools.

In the annotation viewer this function does not work... will this feature added in the future?
What do you mean as "does not work..."? Please explain.

I think you have not enabled the ScrollPages visual tool.

Best regards, Alexander

Re: ScrollPages

Posted: Wed Jul 04, 2012 10:46 am
by ibaxxbln
hello,

I have enabled the scrollpages in the annotation viewer like in the image viewer:
imageViewer1.VisualTool = scrollpages;
for the imageviewer it works for the annotation viewer not

regards
Ingo

Re: ScrollPages

Posted: Thu Jul 05, 2012 9:40 am
by Alex
Hello Ibgo,

Please do the following:
  • run our Annotation Demo
  • open the image
  • annotate the image
  • select the ScrollPage visual tool from the toolbar and scroll the page(s)
Are you able to scroll the page(s)?

Best regards, Alexander