Search found 2320 matches

by Alex
Mon Oct 22, 2012 4:01 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Problem with Changing colors from TIff to PDF Image
Replies: 1
Views: 4719

Re: Problem with Changing colors from TIff to PDF Image

Hello Oliver,

Please upload your image to any of free file hosting server and send a link to uploaded file with description of the problem to support@vintasoft.com

Best regards, Alexander
by Alex
Fri Oct 19, 2012 2:21 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: AcquiredImage.DetectBorder does not remove border
Replies: 2
Views: 3839

Re: AcquiredImage.DetectBorder does not remove border

Hello Marti,

Please send your image with description of the problem to support@vintasoft.com if possible, we need to analyze your image.

Best regards, Alexander
by Alex
Thu Oct 18, 2012 4:37 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquire on a separate thread
Replies: 6
Views: 6999

Re: Acquire on a separate thread

Hello Eben, Sorry for a delay. How your second thread waits while the image acquisition is finished? Here is a snippet of correct code: [STAThread] static void Main(string[] args) { Thread thread1 = new Thread(AcquireImageFromDevice); thread1.Start(); while (thread1.IsAlive) { Thread.Sleep(10); } } ...
by Alex
Wed Oct 10, 2012 6:46 pm
Forum: Announcements
Topic: Version 6.0 of VintaSoftImaging.NET SDK has been released.
Replies: 6
Views: 5810

Version 6.0 of VintaSoftImaging.NET SDK has been released.

Version 6.0 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: OCR .NET component created (see http://www.vintasoft.com/vsocr-dotnet-history.html ). Created the IVectorDecoder interface which allows to get an image with necessary rendering settings...
by Alex
Fri Oct 05, 2012 3:46 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: device.Setup()
Replies: 3
Views: 4663

Re: device.Setup()

I understand But there is no event or way of knowing when the setup dialog is closed. You need to subscribe to the StateChanged event of the Device class if you want to know when device is closed. Device is enabled when the setup dialog is opened, device is opened when the setup dialog is closed. B...
by Alex
Fri Oct 05, 2012 8:14 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquire on a separate thread
Replies: 6
Views: 6999

Re: Acquire on a separate thread

Hello Eben,
My question actually relates to the 'Aquire' method (not AquireModal). Is it possible to run *that* on a separate thread?
Acquire method also can be used when you acquire image(s) in the background thread. Do you have any problems?

Best regards, Alexander
by Alex
Fri Oct 05, 2012 8:11 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: device.Setup()
Replies: 3
Views: 4663

Re: device.Setup()

Hello, Setup dialog can be shown only when device is opened. Setup dialog closes automatically when device closes. Here is a step sequence which you need do for setup the device: Call the Setup method Change the device settings in the setup dialog Close the setup dialog Acquire image(s) from the dev...
by Alex
Wed Oct 03, 2012 8:23 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquire on a separate thread
Replies: 6
Views: 6999

Re: Acquire on a separate thread

Hello Eben,

Yes, you can acquire image from scanner in a separate thread. Please see this topic: viewtopic.php?f=5&t=1560

Best regards, Alexander
by Alex
Mon Oct 01, 2012 10:17 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Can not save a tiff file with JPEG compression
Replies: 5
Views: 5896

Re: Can not save a tiff file with JPEG compression

Hello Marti,

Version 8.2.3.1 of VintaSoftTwain.NET SDK is released today, in this version added an ability to create TIFF files with JPEG compression in Grayscale color space.

Best regards, Alexander
by Alex
Mon Oct 01, 2012 10:16 am
Forum: Announcements
Topic: Version 8.2 of VintaSoftTwain.NET SDK has been released.
Replies: 6
Views: 6137

Version 8.2.3.1 of VintaSoftTwain.NET SDK has been released.

Version 8.2.3.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Added an ability to create JPEG files in Grayscale color space.
  • Added an ability to create TIFF files with JPEG compression in Grayscale color space.