.NET Scanning API [closed]

2019-01-21 04:33发布

Is there any free or commercial component written in .NET (no COM interop) that will work with most twain scanners?

10条回答
我命由我不由天
2楼-- · 2019-01-21 05:34

Just started a project in .net and found great info here (*dead link as of Feb 2014) about using Windows Image Acquisition. Lots of sample VB code and some c#.

查看更多
姐就是有狂的资本
3楼-- · 2019-01-21 05:37

Microsoft have an API all about scanning. It's called Windows Image Acquisition and you can read a great Coding4Fun article about it by none other than Scott Hanselman here.

查看更多
该账号已被封号
4楼-- · 2019-01-21 05:38

Take a look at CodeProject: .NET TWAIN image scanning That might give you a good start.

查看更多
SAY GOODBYE
5楼-- · 2019-01-21 05:38

Disclaimer: I work for Atalasoft

Atalasoft has a product, DotTwain, which has no COM interop (just direct calls to the twain dll from .NET) and gives you a completely .NET interface. It can be embedded in a browser hosted WinForms control, for instance, because it doesn't use COM.

查看更多
登录 后发表回答