TWAIN or Scanner Driver

C

Carlos

Dear All,

I wanna ask whether there is a method to communicate with scanner in C#.

Thank,
Carlos
 
N

Nicholas Paldino [.NET/C# MVP]

Carlos,

There is no way natively, but you should be able to access TWAIN
functionality through it's own API (I believe there is one) or through the
Windows Image Aquisition API. Either way, you will have to use P/Invoke or
COM interop.

Hope this helps.
 

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

Top