Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm still a beginner of the C# language. I'm developing a Windows form application under Windows 7 64bit and Visual C# 2010.

I want an image or document viewer user control like Adobe Reader. The existing Adobe Reader doesn't satisfy my demand of scrolling HORIZONTALLY.
It will be perfect if Adobe Reader has the function of horizontally scroll or if AcroPdf Active X control can be rotated itself(not page) on windows form application.
It may be hard for me to make my own user control from the beginning, so if you know such a user control(arrange all image, zoom in, zoom out(horizontally scrollable)), please let me know.

Supposable solutions are using Flash or javascript on WebBrowserControl?

Thanks in advance for your help.
Posted
Updated 17-Feb-12 21:23pm
v2

 
Share this answer
 
Comments
MillionX30 18-Feb-12 5:10am    
Thank you for your comment.
I know WPF has DocumentViewer user control by default, but I'm developing a Windows forms application, so can I use that control? The most difficult problem for me is how to write fast zoom in and out function. There will be about 200 images. I should not change the size of all images at one time, you know. I should render the images shown in the control, but how can I do?
 
Share this answer
 
Comments for myself.
This article might be useful for me.

Multi-Image Viewer[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900