从扫描仪获取图像

发布于 2024-07-08 05:08:33 字数 92 浏览 6 评论 0原文

如何在 Vista 上使用 .NET (C#) 从扫描仪获取图像? 最好能够设置 DPI。

市场上有一些控件可以做到这一点,但它们似乎效果不佳。

How do you get a image from the scanner using .NET (C#) on Vista?
Preferably to have the possibility to set the DPI.

There are a few controls on the market that do this, but they don't seem to work very well.

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

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

发布评论

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

评论(1

静谧幽蓝 2024-07-15 05:08:33

您可以 P/Invoke 到 twain_32.dll,就像 http://www 上的 CodeProject 示例一样.codeproject.com/KB/dotnet/twaindotnet.aspx

wiiaaut.dll 中还有窗口图像采集自动化功能,您可以在 http://blogs.msdn.com/coding4fun/archive/2006/10/31/912546.aspx

You can P/Invoke into twain_32.dll, like with the CodeProject sample at http://www.codeproject.com/KB/dotnet/twaindotnet.aspx.

There's also Window Image Aquisition automation in wiaaut.dll, for which you get an automatically-generated wrapper as in the Coding4Fun sample at http://blogs.msdn.com/coding4fun/archive/2006/10/31/912546.aspx

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