C# and scanners

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

I am developing an application that will need to take scanned images,
name them, sort them, place them in specific folders, etc as they're
scanned. Does anyone know what I need to do in C# to access and work
with a TWAIN compliant scanner, or how I can find this information?

Any help would be greatly appreciated.

Thank you.

Robert
 
HI Robert:

Codeproject.com has an article with wrapper classes for the TWAIN API.
I'd also look for any COM / ActiveX wrappers as these might be easy to
import into a project. I'm sure if you google you'll find some as many
companies have written components for imaging, faxing, scanning.
 
Back
Top