Hello everyone:
I want to scan multipage document by using sane driver.
What is the code flow?
I read the sane .standard 1.05,the code flow describled as below
Sane_start()
Sane_get_parameters()
Sane_read()
Sane_cancel()
I want to know if I scan multipage document, I have to call
sane_start() at each page.
Tnanks !