Show more than one image in the viewer

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

Moderator: Alex

Post Reply
thompson
Posts: 2
Joined: Mon Nov 15, 2010 9:47 am

Show more than one image in the viewer

Post by thompson »

Hello,

i have a question about the imageviewer.
is it possible to show all images listed in imageviewer.images in the imageviewer at the same time?
which means you can scroll through a document like you can in adobe acrobat reader.

best regards,
thom
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Show more than one image in the viewer

Post by Alex »

Hello Thom,

Image viewer can show only one image at the moment. We will add ability to show some images in the image viewer in next version of SDK.

Best regards, Alexander
jaguarx
Posts: 1
Joined: Thu Mar 08, 2012 5:25 am

Re: Show more than one image in the viewer

Post by jaguarx »

Hello, I can't find the property/event to allow a fluid scrolling of pages using the image viewer in tha fashion of a pdf reader.

I also was not successful at detecting scroll events using the mouse wheel, it could be useful detecting these events and when I reach the end of one page jump to the next.

Do you have any advice?

best regards
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Show more than one image in the viewer

Post by Alex »

Hello,

We will add ability to scroll pages in viewers in next version of SDK.

At the moment you can create a new class derived from ImageViewer class, override the ImageViewer.OnMouseWheel method
and get information when mouse wheel is used.

Best regards, Alexander
Post Reply