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
 wia - twain
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

eballinas

Mexico
37 Posts

Posted - Sep 17 2011 :  08:56:49  Show Profile  Reply
How can I know if a scanner is twain or Wia?
Is there any property in imageen?

klausdoege

Germany
389 Posts

Posted - Sep 17 2011 :  09:41:25  Show Profile  Reply
Hello,
See in the Help and you find this !
Maybe this help you.

TImageEnIO.SelectAcquireSource

unit imageenio

Declaration
function SelectAcquireSource(api:TIEAcquireApi):boolean;

Description
SelectAcquireSource shows a dialog where the user can select a Twain or WIA device.

Returns False if user press "Cancel" button.

Example

if ImageEn1.IO.SelectAcquireSource then
ImageEn1.IO.Acquire;

Klaus
Go to Top of Page

Dakota

USA
8 Posts

Posted - Sep 17 2011 :  09:46:52  Show Profile  Reply
I read somewhere that WIA device names all start with 'WIA-' in front of them. Don't know if this is absolutely true though.

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