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

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
bharate.umesh
Posts: 20
Joined: Thu Dec 31, 2009 1:27 pm

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

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

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

Post 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
bharate.umesh
Posts: 20
Joined: Thu Dec 31, 2009 1:27 pm

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

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

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

Post by Alex »

AcquireModal method allows to pause session.

Best regards, Alexander
bharate.umesh
Posts: 20
Joined: Thu Dec 31, 2009 1:27 pm

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

Post by bharate.umesh »

Thanks Alexey.
Post Reply