ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Developing an application with a DuplexScanner
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

alaki12

India
1 Posts

Posted - Jun 08 2014 :  01:03:55  Show Profile  Reply
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

HeinzPo

8 Posts

Posted - Jun 17 2014 :  12:30:51  Show Profile  Reply
Perhaps some like that..

Use an ImageEnMView

ImageEnMView1.MIO.TwainParams.Update;
ImageEnMView1.MIO.TwainParams.DuplexEnabled := True;

if not ImageEnMView1.MIO.TwainParams.FeederLoaded then
ShowMessage('No paper for ADF') else
begin
ImageEnMView1.MIO.TwainParams.FeederEnabled := True;
ImageEnMView1.MIO.Acquire;
end;

Best regards
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: