Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
alaki12
Posted - Jun 08 2014 : 01:03:55 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?
Special thanks, Bob
1 L A T E S T R E P L I E S (Newest First)
HeinzPo
Posted - Jun 17 2014 : 12:30:51 Perhaps some like that..
if not ImageEnMView1.MIO.TwainParams.FeederLoaded then ShowMessage('No paper for ADF') else begin ImageEnMView1.MIO.TwainParams.FeederEnabled := True; ImageEnMView1.MIO.Acquire; end;