Scan Image
-
Hello world! I have an application with C# & I want to attach a scanner and scan some pics and manage it and so on... I think i must to have a scanner component but I not find a free of this. tnX world!...
-
Hello world! I have an application with C# & I want to attach a scanner and scan some pics and manage it and so on... I think i must to have a scanner component but I not find a free of this. tnX world!...
Most scanning is done using the TWAIN API. If you google for twain c# you should get plenty of results. To get you started, NETMaster[^] has an article here on CP[^] on this very subject. It was written in 2001 but I don't think things have changed much in the scanning world since then.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Hello world! I have an application with C# & I want to attach a scanner and scan some pics and manage it and so on... I think i must to have a scanner component but I not find a free of this. tnX world!...
In addition to TWAIN, you may want to look at Windows Image Acquisition (WIA)[^] as well. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: