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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 [Scanner] How to... ?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Valery Posted - Nov 22 2013 : 11:26:38
1.How to handle scan errors? I dont realy have ADF, but paper can jam during scan (if i had ADF). Can ImageEn handle it? What will happen with data already been scanned ?

2.How to avoid application "hang", during scanner initialization ?
When using WIA-based scan, scanner needs to be initialized or so.
"Windows Scanner and Camera Wizard" showing "Waiting for scanner to respond" in this case. Is it possible to show same message ?


3. How to get list of WIA scanners only ? i.e. excluding WIA cameras ? And vice versa?

Thanks for any help.

1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jan 04 2014 : 06:07:18
1. Acquire method returns False on fail. You can read last error using ImageEnView.IO.TwainParams.LastError (and LastErrorStr).
Pages already scanned are acquired. You can remove them of course.

2. If you don't disable scanner dialogs, the waiting message should be displayed.

3. ImageEnView.IO.SelectAcquireSource([ieaWIA]). Please look at examples for more details.