Search found 3 matches

by prasadt
Sat Oct 02, 2010 2:19 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Use 32-bit or 64-bit DLL depending on platform
Replies: 5
Views: 12505

Use 32-bit or 64-bit DLL depending on platform

I have a C# application that I would like to either use the 32-bit or 64-bit Twain SDK dll depending on what platform it is running on. The examples provided suggest that we need to create a separate application for both. Is there a better way? For instance, can I load the platform specific twain DL...
by prasadt
Fri Feb 19, 2010 9:48 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Performance Best Practices
Replies: 3
Views: 7250

Re: Performance Best Practices

I am already a licensee of the Twain SDK and I am using the modeless mode. I find that saving the image to disk is an IO operation that could be taking time and seems to slowing the scanning operation. Do you have any examples to illustrate how this could be done in async mode? I am scanning at 300 ...
by prasadt
Thu Feb 18, 2010 6:03 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Performance Best Practices
Replies: 3
Views: 7250

Performance Best Practices

I am implementing the Twain SDK and using it in modeless mode. My goal is to support a variety of Twain scanners. Here is a broad outline of my requirements: 1. Scan documents in modeless mode 2. For each image that is acquired, write it to the disk 3. Display the scanned image in an image viewer - ...