Hi I want to develop an application by En image controls and a Duplex Scanner. But I do not know how to catch the second side of the paper. Could you please guide me?
if not ImageEnMView1.MIO.TwainParams.FeederLoaded then ShowMessage('No paper for ADF') else begin ImageEnMView1.MIO.TwainParams.FeederEnabled := True; ImageEnMView1.MIO.Acquire; end;