Search found 2320 matches

by Alex
Wed Dec 02, 2009 9:33 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Network scanner
Replies: 3
Views: 7794

Re: Network scanner

Hello, There is no difference between local and network scanners in TWAIN standard. You should open the User Interface of the scanner and enable "access from local computer" if you want want to work with network scanner from computer to which scanner is connected. Scanner may not support &...
by Alex
Tue Dec 01, 2009 10:03 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load Image from stream
Replies: 1
Views: 7563

Re: Load Image from stream

Hello,

You can load multipage image from the stream with the ImageCollection.Add(Stream) method.

Best regards, Alexander
by Alex
Mon Nov 30, 2009 5:37 pm
Forum: Hardware and Vendors Discussions
Topic: InoTec scanners.
Replies: 1
Views: 20259

InoTec scanners.

Here is a list of InoTec scanners ( http://www.inotec.eu ) tested with our products by us or our customers: InoTec SCAMAX M03 InoTec SCAMAX M06 We can recommend InoTec scanners for usage with our products. If you have tested other InoTec scanner with our product and want to share your experience, pl...
by Alex
Mon Nov 30, 2009 2:56 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to use memory transfermode
Replies: 6
Views: 9463

Re: How to use memory transfermode

Hi Dirk,

Thank you for the information. Where can I find information about "innotec scamax 402 cd" scanner?
I want to add it to our "white" list on the forum.

Best regards, Alexander
by Alex
Fri Nov 27, 2009 12:42 pm
Forum: Announcements
Topic: Version 4.3 of VintaSoftBarcode.NET SDK has been released.
Replies: 0
Views: 8906

Version 4.3 of VintaSoftBarcode.NET SDK has been released.

Version 4.3 of VintaSoftBarcode.NET SDK has been released. What's new in this version: Optimized the reading algorithm of Code 128 and Code 39 barcodes. Improved the loading algorithm of CCITT images from PDF documents. Barcode reading speed has been increased. Fixed some bugs in barcode reading alg...
by Alex
Thu Nov 26, 2009 10:21 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to use memory transfermode
Replies: 6
Views: 9463

Re: How to use memory transfermode

What scanner do you use? Maybe your scanner use compression in Memory transfer mode by default? You can disable usage of compression with ICAP_COMPRESSION capability of scanner. Please generate the log-file and send it to support@vintasoft.com. Here are steps which you should do if you want to gener...
by Alex
Thu Nov 26, 2009 9:32 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Tif is very large after saving tif with annotation.
Replies: 1
Views: 6309

Re: Tif is very large after saving tif with annotation.

Hello Scott,

I think you split black-white image with annotation. Am I right?

Our library converts source image to color image when splits image with annotation. We will add ability do not change format of the source image in next version of library.

Best regards, Alexander
by Alex
Thu Nov 26, 2009 9:29 am
Forum: Announcements
Topic: Version 6.0 of VintaSoftTwain.NET SDK has been released.
Replies: 0
Views: 8765

Version 6.0 of VintaSoftTwain.NET SDK has been released.

Version 6.0 of VintaSoftTwain.NET SDK has been released. What's new in this version: Acquired images can be saved to PDF/A document. Acquired images can be saved to TIFF or PDF files using ZIP compression. Image acquisition algorithm has been optimized. Memory usage has been optimized. Some minor fi...
by Alex
Thu Nov 26, 2009 9:28 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: PDF Size
Replies: 1
Views: 5782

Re: PDF Size

Hello Scott,

Please try to use version 6.0 of VintaSoftTwain.NET Library. This version allows to use ZIP compression in PDF documents.

Best regards, Alexander
by Alex
Thu Nov 26, 2009 9:26 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to use memory transfermode
Replies: 6
Views: 9463

Re: How to use memory transfermode

Hello Dirk, You can set the VSTwain.TransferMode property to TransferMode.Memory and library will use Memory transfer mode. Compression in Memory transfer mode is not supported in current version of library and will be available in next version. Access to "raw" image data is not supported ...