how can i scan an image from a webpage in asp.net. I need a free control or a code to scan an image from a scanner in any user that requests the webpage. Thank you.
Asked
Active
Viewed 1,509 times
1
-
do you want to scan from a scanner or a webpage? – Shoban Nov 12 '10 at 03:46
1 Answers
1
It is not like you can't do it. But it is not a scalable option in my opinion.
- You can use ActiveX control - But that won't work in all browsers.
- You can't use Windows Image Acquisition library directly from ASP.NET on the client side, since the code would run at the server.
Why not simply have the image uploaded?

Rahul Soni
- 4,941
- 3
- 35
- 58