How can i scan multi page

Issue #51 resolved
Unknown Name created an issue

I want to scan multi page in feeder, when scanning start all page feeded by scanner but only the first page is available in DataTransferred event, any idea?

Comments (4)

  1. Unknown Name reporter

    OK, I think I got only first page and leave other but now how can determine number of pages to get others?

  2. Eugene Wang repo owner

    The TransferReady event would tell you how many transfers are pending and allow you to cancel the transfer. The DataTransferred event happens for each image so you need to keep handling it as long as it keeps firing.

  3. Log in to comment