Search found 2320 matches

by Alex
Wed Dec 25, 2013 1:59 pm
Forum: Announcements
Topic: Version 7.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 5
Views: 4625

Version 7.1.2.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.1.2.1 of VintaSoftBarcode.NET SDK has been released. What's new in this version: Added the EciCharacterEncoding, EciCharacterEncoder and EciCharacterDecoder classes that simplify the encoding and interpretation process of ECI symbols in values of 2D barcodes. In BarcodeDemo added the abili...
by Alex
Tue Dec 24, 2013 3:44 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10554

Version 7.2 of VintaSoftImaging.NET SDK has been released.

Version 7.2 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Created RAW files decoder with the following functionality: Supported RAW file formats: DNG, NEF, CR2, CRW, NRW. The ability to obtain thumbnail, image for preview or original image. Th...
by Alex
Sat Dec 21, 2013 8:59 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Device is Already Opened
Replies: 3
Views: 3682

Re: Device is Already Opened

Hello, Your Scan() method opens TWAIN device manager, selects and opens the device, acquires image from device, closes the device and TWAIN device manager. You may have the "Device is Already Opened" error only if you called method Scan() twice at the same time. Are you use Scan() method i...
by Alex
Fri Dec 20, 2013 8:58 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Device is Already Opened
Replies: 3
Views: 3682

Re: Device is Already Opened

Hello,

Please debug your application, check the device status each time when you start an image acquisition and check why device is opened when you starting the image acquisition.

Best regards, Alexander
by Alex
Tue Dec 17, 2013 9:15 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning batch with possible multiple pages
Replies: 3
Views: 3801

Re: Scanning batch with possible multiple pages

Hello, First, please divide your code on 3 parts: part where you acquire images from scanner, part where you process images and part where you read barcodes from images. Next, measure the work speed of each part and determine where the performance is the lowest. Next, try to make the performance opt...
by Alex
Tue Dec 17, 2013 9:09 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Using annotationdemo component
Replies: 1
Views: 2849

Re: Using annotationdemo component

Hello,
Mfadiga1 wrote:i want to use annotationtoolstrip in my project and i dont know the appropriate .dll file is used
Source codes of AnnotationToolStrip class is available in our Annotation Demo.

Best regards, Alexander
by Alex
Mon Dec 16, 2013 4:36 pm
Forum: Announcements
Topic: Version 7.1 of VintaSoftImaging.NET SDK has been released.
Replies: 3
Views: 3584

Version 7.1.3.1 of VintaSoftImaging.NET SDK has been released.

Version 7.1.3.1 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftPDF.NET Plug-in:
  • Fixed the memory leak in PDF encoder. The memory leak is present since version 7.0.
by Alex
Fri Dec 13, 2013 1:02 pm
Forum: Announcements
Topic: Version 7.1 of VintaSoftImaging.NET SDK has been released.
Replies: 3
Views: 3584

Version 7.1.2.1 of VintaSoftImaging.NET SDK has been released.

Version 7.1.2.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Functionality of the border removal command is expanded. Previous version of command always detects border color automatically. Now command also accepts user specified border color ...
by Alex
Thu Dec 12, 2013 8:42 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning batch with possible multiple pages
Replies: 3
Views: 3801

Re: Scanning batch with possible multiple pages

Hello,

I have some questions about your application:
1. What scanner do you use? Is it network scanner?
2. Do you use barcode reading feature of scanner OR do you use the software barcode reader?

Best regards, Alexander
by Alex
Tue Dec 10, 2013 10:41 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14646

Version 6.1.19.7 of VintaSoftImaging.NET SDK has been released.

Version 6.1.19.7 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed the bug in the RectangularSelectionTool class.

What's new in this version of VintaSoftPDF.NET Plug-in:
  • Improved the algorithm of PDF decoder.