Page 1 of 1

Show more than one image in the viewer

Posted: Mon Nov 15, 2010 9:51 am
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

Re: Show more than one image in the viewer

Posted: Wed Nov 17, 2010 2:19 pm
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

Re: Show more than one image in the viewer

Posted: Thu Mar 08, 2012 5:39 am
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

Re: Show more than one image in the viewer

Posted: Wed Mar 14, 2012 9:54 am
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