can i import images from a twain device such like scanner ?

how to do it using dotnet ?

regards,

RE: twain scanner by v-phuang

v-phuang
Tue Aug 17 02:21:28 CDT 2004

Hi Johnny,

Based on my knowledge, there is no managed class for the TWAIN so far. We
have to do that by P/Invoke the Twain_32.dll to do the job.
Here is .net sample, you may take a look.