views:

316

answers:

1

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!

A: 

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

Miroslav Popovic
thx! that worked
riffnl