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.
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.
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.