C# 应用程序的 WIA/TWAIN 包装类?

发布于 2024-10-06 01:47:44 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

做个少女永远怀春 2024-10-13 01:47:44

TwainDotNet

我已经完成了 Thomas Scheidegger 文章中的代码 (CodeProject:.NET TWAIN 图像扫描)到 GitHub 项目

我对 API 进行了一些清理,添加了 WPF 支持,并且一些人添加了其他改进。我试图让 API 保持简单,但它仍然比您所得到的要复杂一些。

此外,这个问题还有一些其他选项: .NET Scanning API

TwainDotNet

I've wrapped up the code from Thomas Scheidegger's article (CodeProject: .NET TWAIN image scanning) into a GitHub project.

I've cleaned up the API a bit, added WPF support and several people have added other improvements. I've tried to keep the API simple but it is still a bit more complicated that what you've got there.

Also this question has some other options: .NET Scanning API

把人绕傻吧 2024-10-13 01:47:44

除了 Luke 维护的 TwainDotNet 之外,我最近还注意到 NTwain项目页面在 Bitbucket 上)。

Besides TwainDotNet maintained by Luke, I have recently noticed NTwain on NuGet (project page on Bitbucket).

深爱成瘾 2024-10-13 01:47:44

免责声明:我在 Atalasoft 工作,

我们发布 DotTwain,它是一个 .NET TWAIN SDK。它是免版税的,并在 InspectorTWAIN.com 中使用,以帮助认证 TWAIN 驱动程序(我们是 TWAIN 工作组的成员) 。

我们的产品是一个包装互操作调用的.NET 程序集。

您还可以查看 Dosadi 的 EZTwain,它是免费的。我不知道 .NET 支持有多原生,但他们有一种从 .NET 调用的方法。

Disclaimer: I work for Atalasoft

We publish DotTwain, which is a .NET TWAIN SDK. It's royalty-free and is used in InspectorTWAIN.com to help certify TWAIN drivers (we're members of the TWAIN working group).

Our product is a .NET Assembly that wraps interop calls.

You could also take a look at EZTwain from Dosadi, which is free. I don't know how native the .NET support is, but they have a way of calling from .NET.

黯淡〆 2024-10-13 01:47:44

至于 WIA C# 包装器,我在 Codeplex 上发现了 ScanWIA。它没有大量的文档。不过,阅读源代码可能会有所帮助。

As for a WIA C# wrapper, I came across ScanWIA on Codeplex. It doesn't have a whole lot of documentation. However, reading the source code might help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文