从扫描仪获取图像
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以 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