Wrapper class for WIA/TWAIN for a C# application? -
is there wrapper class somewhere wia/twain functionality in c# application?
every search make points same old 2001 codeproject page, there has new out there, right?
maybe i'm not looking in right place. :p
i need simple, like:
image myimage = wiawrapper.getimagefromscanner();
done , done.
any guidance?
twaindotnet
i've wrapped code thomas scheidegger's article (codeproject: .net twain image scanning) github project.
i've cleaned api bit, added wpf support , several people have added other improvements. i've tried keep api simple still bit more complicated you've got there.
also question has other options: .net scanning api
Comments
Post a Comment