T O P I C R E V I E W |
madas |
Posted - Oct 30 2017 : 08:58:42 Hello,
how can I scan only a specific amount of pages via the scanners feeder using the ImageEnMView component? Lets say the feeder contains 50 sheets of paper but I want to scan the first 10 only.
For sure I can use the aborting property of the MIO but the end of the last scanned page remains in the feeding tray. So you have to open the tray and manually remove the last page. Not an option for the customer who use our software.
Thx in advance.
madas |
4 L A T E S T R E P L I E S (Newest First) |
madas |
Posted - Nov 01 2017 : 04:34:52 Thx Nigel,
I will give it a try.
madas |
xequte |
Posted - Oct 31 2017 : 05:14:35 Hi Madas
A TImageEnIO cannot be attached to a TImageEnMView. If you want to scan once at at time, use a TImageEnIO and in the OnAcquireBitmap event, append the IEBitmap to your TImageEnMView:
https://www.imageen.com/help/TImageEnIO.OnAcquireBitmap.html
Nigel Xequte Software www.xequte.com nigel@xequte.com |
madas |
Posted - Oct 31 2017 : 05:07:12 Thx Nigel,
OK, thanks.
I have tried to use a TImageEnIO and TImageEnMIO with the same TImageEnMView attached to both combos. But when I scan something with the TImageEnIO nothing happens resp. is added to the attached TImageEnMView. Scanning via the TImageEnMIO is working as expected. :(
Greetings.
madas |
xequte |
Posted - Oct 30 2017 : 16:59:35 Hi Madas
For Twain, you can use:
https://www.imageen.com/help/TIETwainParams.AcceptedImages.html
It will be available for WIA and Twain in the next update as:
https://www.imageen.com/help/TIEAcquireParams.AcquireCount.html
Nigel Xequte Software www.xequte.com nigel@xequte.com
|