Avatar of Russ Suter
Russ Suter

asked on 

C# Application to scan multiple pages via document feeder (WIA)

I'm trying to use WIA to scan multiple pages through the document feeder. I can access the scanner, connect to the scanner, and even actually scan but it doesn't quite work as expected. If I have more than one page in the document feeder the scanner scans all pages at once and then creates a single image that is only the first page. I'm following the examples from here: https://social.msdn.microsoft.com/Forums/vstudio/en-US/edaa6de7-e372-4b57-89a5-dd74c5f30983/adf-scanning-using-wia-only-one-image-saved?forum=csharpgeneral

There seems to be some reference to other people experiencing the same problem and a link to a supposed solution here: https://support.microsoft.com/en-us/help/261820

Unfortunately, that link is dead so I'm hoping someone here might have a clue. How do I get the scanner to actually scan multiple pages rather than feed them all but only scan the first one?
Printers and Scanners.NET ProgrammingC#

Avatar of undefined
Last Comment
Russ Suter
Avatar of Kimputer
Kimputer

You probably know about NAPS2? Use that first, see if it scans correctly. If it does, you already have the code, and re-inventing the wheel seems pointless. Source code here: https://github.com/cyanfish/naps2
Avatar of Arana (G.P.)
Arana (G.P.)

Others have had that problem before, multiple pages with adf
and
scan multiple images from scanners with an auto document feeder
the bottom line is that instead of setting device properties and then setting item properties , you need to set item first
if you call WiaDev.Items[1] apprently it erases the item from memory so you cant call it again
so you must store it in a variable THEN the properties must be set.
scan
check for more pages and loop until no more

check both codes its a little different approach from each one but the bottomline is the same
Avatar of Russ Suter
Russ Suter

ASKER

@arana

I have been down that road already and addressed the issue. The current oddity is with an HP LaserJet Pro MFP M426f. When I connect via USB it seems to scan and print all pages from the ADF as well as a single page from the flatbed. However, when I connect to the same printer via Ethernet and use the exact same code the ADF feeds all pages but only scans the first one.

From the additional research I've been doing it appears that WIA may not be the solution here. I may need to look into using TWAIN instead.
ASKER CERTIFIED SOLUTION
Avatar of Russ Suter
Russ Suter

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
.NET Programming
.NET Programming

The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.

137K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo