XferCount Property, specifies how many images will be acquired per session.
Suppose if I want to scan 25 pages per session, then I add VSTwain.XferCount = 25, so it will scan only 25 pages evenif I load more than 25 pages. Thats fine.
But in the same session, I want to pause after each scan so user will enter his/her requisite data in the form.
Once fill the data, next scan will start , again it will fill the data... until it scan last document i.e 25th document.
Can I pause each scan in the same session?
Thanks,Umesh
Re: Is it possible to pause each scan while multiple scanning...