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
 Pre selecting the scanner
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

adyble

United Kingdom
14 Posts

Posted - Jul 08 2025 :  09:53:51  Show Profile  Reply
Hello

This is the code we run before scanning -

ImageEnView1.IO.AcquireParams.VisibleDialog := False;

if not ImageEnView1.IO.SelectAcquireSource() then
exit;

Is there a way to tell imageen the scanner device as it always asks using the code above, however If we remove the SelectAquireSource it opens the webcam on the PC.

Also,


ImageEnView1.IO.AcquireParams.VisibleDialog := False;

Seems to be ignored as the scanner dislog still opens.

Thanks
Andy

adyble

United Kingdom
14 Posts

Posted - Jul 08 2025 :  10:05:53  Show Profile  Reply
Don;t worry. Found it. Its TwainParams not Aqireparams
Go to Top of Page

xequte

39097 Posts

Posted - Jul 08 2025 :  21:25:11  Show Profile  Reply
Hi

The following should be the same for a Twain device:

ImageEnView1.IO.AcquireParams.VisibleDialog := False;
ImageEnView1.IO.TwainParams.VisibleDialog := False;

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: