Search found 20 matches

by bharate.umesh
Thu Jan 21, 2010 10:02 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to display total no. of loaded documents while scanning?
Replies: 5
Views: 10188

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

Alexey, How I come to know that total no. of pages has been loaded into the scanner? For example, suppose I have loaded 3 pages into the scanner and hit the SCAN button. while scanning (in ImageAcquired event), I want to display the label below like, 1 of 3, 2 of 3, and 3 of 3. If I checked "Nu...
by bharate.umesh
Wed Jan 20, 2010 2:59 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning document with black background...
Replies: 6
Views: 12261

Re: Scanning document with black background...

Great!

Now, it is working fine.

Thanks,Umesh
by bharate.umesh
Mon Jan 18, 2010 9:05 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning document with black background...
Replies: 6
Views: 12261

Re: Scanning document with black background...

Alexey, I have added the following code when I going to scan an image. VSTwain.IsTwain2Compatible = True But it is showing an error, saying that " Twain DLL is not found. - at Vintasoft.Twain.StartDevice." I've gone through the your FAQ section and found the below. Can I use VintaSoftTwain...
by bharate.umesh
Fri Jan 15, 2010 8:37 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: What is TWAIN and WIA driver?
Replies: 2
Views: 7242

What is TWAIN and WIA driver?

Hello,

What is the difference between TWAIN and WIA driver?

I have Kodak Scanmate i1120 scanner.

When I run the application, it shows two scanner sources.

1) KODAK Scanner: i1120
2) WIA-KODAK i1120 Scanner

Which source should I select?

Thanks,Umesh
by bharate.umesh
Thu Jan 14, 2010 10:56 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning document with black background...
Replies: 6
Views: 12261

Re: Scanning document with black background...

Hello,

I have installed Kodak Imaging Professional on my machine.

I scan document with BW pixel type and upload to the FTP.

If I open with other windows viewer, document looks good, but if I open with Kodak, it is black background.

Thanks,Umesh
by bharate.umesh
Wed Jan 13, 2010 12:34 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning document with black background...
Replies: 6
Views: 12261

Re: Scanning document with black background...

Thanks Alexey. Should I set the values as below? VSTwain.PixelType = Vintasoft.Twain.PixelType.BW VSTwain.Capability = DeviceCapability.IPixelFlavor I have used Kodak i1120 Scanner, it is working fine without the above code. It scan perfectly without black background at our place. Our client is usin...
by bharate.umesh
Wed Jan 13, 2010 10:26 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning document with black background...
Replies: 6
Views: 12261

Scanning document with black background...

Alexey,

When I scan a document by setting Pixel Type as 'BW', it is scanned with black background instead of white backgrond.

Have any property for setting a scanner like 'INVERT COLOR'?

Thanks,Umesh
by bharate.umesh
Mon Jan 11, 2010 11:00 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scan documents with ADF Scanner...
Replies: 3
Views: 8011

Re: Scan documents with ADF Scanner...

Thanks Alexy. But I have the problem, when I scanned multiple images and upload it to the FTP. Suppose I placed 2 pages into ADF scanner, acquired it and finally upload the file to the FTP. I get the first image scanned correctly, but the second image is the copy of first image . Actually getting th...
by bharate.umesh
Thu Dec 31, 2009 4:58 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scan documents with ADF Scanner...
Replies: 3
Views: 8011

Scan documents with ADF Scanner...

Hello. I'm developing an application with VintasoftTwain.Net library 5.0. It is working fine with FLATBED scanner. It scans document one by one. I used the following code. Dim oImageMemoryStream as memorystream If bFirstImage Then oImageMemoryStream = VSTwain.GetImageAsStream(0, ImageFileFormat.TIFF...