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
 ImageEN Twain

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
jahong Posted - Aug 13 2013 : 23:43:49
Hi,



Language : Delphi7



Question



Q1) CAP_SERIALNUMBER = $1024;

Scanner device command to obtain the serial number?





Q2) The scanner to detect whether or not the paper instruction





Q3) ImageEnView1.IO.Acquire command when an error occurs processing the scan to.


Q4) Want to save the image as a continuous scan. Scanner Model Avision AV176 +.
Compared to other scanners scanner application process is fast but slow to think this was wondering how to solve? Other programs I've used the program compared Ez-Twain becomes. I want to respond to.



1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Sep 06 2013 : 00:20:59
quote:
Q1) CAP_SERIALNUMBER = $1024;

Scanner device command to obtain the serial number?


ImageEn doesn't have a method to get device serial number.


quote:
Q2) The scanner to detect whether or not the paper instruction


Please look at TwainParams.PaperDetectable property (and maybe others TIETwainParams paper instruction properties).


quote:
Q3) ImageEnView1.IO.Acquire command when an error occurs processing the scan to.


Acquire returns False on capture failure. You can know the last error with LastError and LastErrorStr properties.


quote:
Q4) Want to save the image as a continuous scan. Scanner Model Avision AV176 +.
Compared to other scanners scanner application process is fast but slow to think this was wondering how to solve? Other programs I've used the program compared Ez-Twain becomes. I want to respond to.


Are you using TImageEnMView (instead of TImageEnView) to acquire multiple pages?