I want to scan multiple pages from the ADF of a recent printer. I'm using WIA library. The problem is, with older printers, the ADF just take one page and then wait for the next command, but with the printer I actually have (Epson WF-2520), it just take 1 page, then the second, then the third without stopping and waiting for another command which returns me the first picture only. If I force the famous boolean value "hasMorePages" to true, it returns me an error because ADF is already in use.
This question: C# WIA with Automatic Document Feeder (ADF) retuns only one page on certain scanners explains my issue, but the solution he found didn't work for me.