Twain Implementation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I would like to know if there is any implementation to Twain Drivers.

I found something usefull on code project but seems that the developer
doesn't trust in his own code, so.... I bet you can imagine....

Well, any hints and sugestions related to this topic can be post here I will
appreciate

Thanks ;)
 
Diogo,

There isn't anything out-of-the box in .NET. You will have to access
TWAIN functionality through a call to the API using the P/Invoke layer, or
through COM interop.

Hope this helps.
 
Back
Top