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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top