Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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?