C
Carlos
Dear All,
I wanna ask whether there is a method to communicate with scanner in C#.
Thank,
Carlos
I wanna ask whether there is a method to communicate with scanner in C#.
Thank,
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.
I wanna ask whether there is a method to communicate with scanner in C#.