Multipage WIA scan (docfeeder) scans 1 page and blocks scanner

老子叫甜甜 提交于 2021-01-28 03:49:32

问题


Using C# (VS2008) and WIA - scanning to TIFF format;

When I use the scanner for 1 page on the flatbed or document feeder the method executes without any problem. When I load multiple forms into the feeder the execution halts after scanning the first page (keeping status: "scanning to pc") but does not scan the next page(s). The method returns the stream of the first page and halts - am able to save the stream and everything; just am lost at what to do next...

What statement am I missing? What am I missing here? TIA!


回答1:


The following forum post has a nice explanation on using WIA with ADF (automatic document feeder):

http://www.codeguru.com/forum/showthread.php?t=439027




回答2:


I used some of the code from there and wrote a nice little library here: http://adfwia.codeplex.com/

Update: I've put (and manage) the project on github now: https://github.com/gideondsouza/AutoDocumentFeed_for_WIA



来源:https://stackoverflow.com/questions/2615149/multipage-wia-scan-docfeeder-scans-1-page-and-blocks-scanner

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!