Search found 20 matches

by bharate.umesh
Sun Oct 24, 2010 7:37 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: New features request for version 7.1 of VintaSoftTwain.NET
Replies: 9
Views: 14601

Re: New features request for version 7.1 of VintaSoftTwain.NET

Hello Alexey,

Is this current version support wireless or remote scanner?

Thanks,
Umesh
by bharate.umesh
Mon Feb 08, 2010 1:02 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Give name to an image which stored in memory.
Replies: 1
Views: 5412

Give name to an image which stored in memory.

Hello Alexey, I scan 3 images and stored into the memory using Memorystream. I want to give the seperate name to the images which is stored in memory. With the previous and Next button I can navigate an image file. But while navigating a particular image, I want to give the name and datetime to that...
by bharate.umesh
Thu Feb 04, 2010 10:54 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Is it possible to pause each scan while multiple scanning...
Replies: 4
Views: 8016

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

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 ...
by bharate.umesh
Thu Feb 04, 2010 10:00 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Is it possible to pause each scan while multiple scanning...
Replies: 4
Views: 8016

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

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
by bharate.umesh
Tue Feb 02, 2010 11:16 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Detect document put into the FLATBED scanner...
Replies: 2
Views: 6304

Re: Detect document put into the FLATBED scanner...

Yes. I already got the solution reading upon your documentation.

Thanks,Umesh
by bharate.umesh
Tue Feb 02, 2010 9:55 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to display total no. of loaded documents while scanning?
Replies: 5
Views: 10174

Re: How to display total no. of loaded documents while scanning?

Hello Alexey,

I'm using Kodak i1120 ScanMate scanner.

Thanks,
Umesh
by bharate.umesh
Mon Feb 01, 2010 1:25 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to display total no. of loaded documents while scanning?
Replies: 5
Views: 10174

Re: How to display total no. of loaded documents while scanning?

Alexey, I have downloaded the latest ver. 6.0.7.1 and installed it. But, in ImageAcquired event it showing -1 images. I read your documentation where '-1' is showing for device has some images to scan but number of images is not known, '0' is showing for device does not have images to scan. I want t...
by bharate.umesh
Thu Jan 28, 2010 10:37 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Detect document put into the FLATBED scanner...
Replies: 2
Views: 6304

Detect document put into the FLATBED scanner...

Hello Alexey, For ADF scanner, thrugh the following code we come to know whether the documents are loaded or not. And FeederPresent property determines if the device has automatic document feeder. If VSTwain1.FeederPresent Then VSTwain1.FeederEnabled = true VSTwain1.AutoFeed = true VSTwain1.XferCoun...