quote:
Also with Twain, even allowing duplex capability, the scanner only returns me the "back of the sheet scanned."
In my tests (with i1120) the scanner acquires both sides of the sheet.
I used this code:
imageenmview1.MIO.SelectAcquireSource();
imageenmview1.MIO.TwainParams.VisibleDialog := false;
imageenmview1.MIO.TwainParams.DuplexEnabled := true;
imageenmview1.MIO.Acquire;
Anyway I am going to send you an updated version (to your private email) in case you have a buggy version.