ScrollPages

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
ibaxxbln
Posts: 3
Joined: Fri Jun 29, 2012 11:34 am

ScrollPages

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: ScrollPages

Post 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
ibaxxbln
Posts: 3
Joined: Fri Jun 29, 2012 11:34 am

Re: ScrollPages

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: ScrollPages

Post 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
ibaxxbln
Posts: 3
Joined: Fri Jun 29, 2012 11:34 am

Re: ScrollPages

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: ScrollPages

Post 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
Post Reply