Page 1 of 1

Is it possible to pause each scan while multiple scanning...

Posted: Thu Feb 04, 2010 10:00 am
by bharate.umesh
Hello Alexey,

Do you have any facility in your software, if the user scan multiple documets at a time say 25?

During scanning multiple docunets one by one, is it possible to pause each scan where it allow user to enter some data on the form.

Thanks,
Umesh

Re: Is it possible to pause each scan while multiple scanning...

Posted: Thu Feb 04, 2010 10:34 am
by Alex
Hello Umesh,

Please read description of the XFerCount property in the documentation. This property allows to specify how many images will be acquired per session.

Best regards, Alexander

Re: Is it possible to pause each scan while multiple scanning...

Posted: Thu Feb 04, 2010 10:54 am
by bharate.umesh
Alexey,

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...

Posted: Fri Feb 05, 2010 9:20 am
by Alex
AcquireModal method allows to pause session.

Best regards, Alexander

Re: Is it possible to pause each scan while multiple scanning...

Posted: Fri Feb 05, 2010 2:50 pm
by bharate.umesh
Thanks Alexey.