Search found 2326 matches

by Alex
Wed Oct 15, 2008 7:17 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquiring/Saving multiple images via flatbed
Replies: 4
Views: 12278

Re: Acquiring/Saving multiple images via flatbed

I'm not sure that I have understood your problem. Library allows to add images to existing TIFF or PDF file. Also library has an internal buffer in which you can store acquired images. Please read description of the TiffMultiPage, PdfMultiPage and MaxImages properties of the VSTwain class in documen...
by Alex
Wed Oct 15, 2008 10:59 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquiring/Saving multiple images via flatbed
Replies: 4
Views: 12278

Re: Acquiring/Saving multiple images via flatbed

Hello,

What is your problem? Do you want to recognize the scanner type? If yes, please see this topic:
viewtopic.php?f=5&t=46

Best regards, Alexander
by Alex
Tue Oct 14, 2008 8:16 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Which product do I need?
Replies: 3
Views: 8522

Re: Which product do I need?

No problems, VintaSoftTwain.NET Library is fully compatible with VS .NET 2008.
by Alex
Mon Oct 13, 2008 7:16 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Which product do I need?
Replies: 3
Views: 8522

Re: Which product do I need?

Hello Bill,

Yes, VintaSoftTwain.NET Library allows to acquire images from scanner and save them as PDF document to file or stream. Please see example 3 here: http://www.vintasoft.com/vstwain-dotnet-examples.html

Best regards, Alexander
by Alex
Mon Oct 13, 2008 1:59 pm
Forum: Announcements
Topic: Version 2.0 of VintaSoftImaging.NET SDK has been released.
Replies: 0
Views: 7151

Version 2.0 of VintaSoftImaging.NET SDK has been released.

Version 2.0 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Opportunity to save/add images to PDF documents has been added. Visual tools for image viewers have been created: Magnifier - allows to magnify the image Pan - allows to pan the image D...
by Alex
Fri Oct 10, 2008 7:19 pm
Forum: Hardware and Vendors Discussions
Topic: Kodak scanners.
Replies: 8
Views: 37191

Re: Kodak scanners.

We have not yet tested Kodak Scanmate i1120 scanner. All scanner from Kodak we tested were fully compatible with TWAIN standard and worked correctly with our products. Kodak also provides good technical documentation and has published information about custom capabilities of their scanners. So I can...
by Alex
Fri Oct 10, 2008 4:28 pm
Forum: Hardware and Vendors Discussions
Topic: Kodak scanners.
Replies: 8
Views: 37191

Re: Kodak scanners.

Hello Bill,

Do you have any problems with Kodak Scanmate i1120 scanner?

Best regards, Alexander
by Alex
Fri Oct 10, 2008 1:36 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to save multi-page tiff into database?
Replies: 4
Views: 10727

Re: How to save multi-page tiff into database?

Hello Jimmy, Current version of library allows to save only the single image to the stream using the GetImageAsStream method. Please add your suggestion to the "New features request..." topic and we will add opportunity to save all images into the single stream. At the moment you should sa...
by Alex
Fri Oct 10, 2008 1:33 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: New features request for version 4.3 of VintaSoftTwain.NET
Replies: 0
Views: 7480

New features request for version 4.3 of VintaSoftTwain.NET

New features which will be available in version 4.3 of VintaSoftTwain.NET Library: Save some images into one stream as PDF document Add ability to disable image processing's exceptions Make information about scan or image processing progress accessible from web environment (JavaScript). Add two new ...
by Alex
Fri Oct 10, 2008 1:12 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Canceling Scan
Replies: 3
Views: 10513

Re: Canceling Scan

Hello, You should make the following steps if you want to cancel the images acqisition process correctly: 1. Set the CancelTransfer property to True. 2. Wait for the ScanCompleted event if you acquire images asynchronously. 3. Wait for a False value from the AcquireModal method if you acquire images...