Search found 2317 matches

by Alex
Tue Mar 27, 2012 10:38 am
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 19989

Version 5.0.9.1 of VintaSoftImaging.NET SDK has been released.

Version 5.0.9.1 of VintaSoftImaging.NET SDK has been released.

What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed bug in TIFF encoder.
  • Fixed bug in JPEG encoder.
What's new in this version of VintaSoftPDF.NET Plug-in:
  • Fixed small bugs in PDF decoder.
by Alex
Tue Mar 27, 2012 10:02 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Barcode Reader for Metro UI
Replies: 5
Views: 17722

Re: Barcode Reader for Metro UI

Hello Mike,

Thank you for suggestion.

We need time to analyze the situation.

Best regards, Alexander
by Alex
Tue Mar 27, 2012 10:00 am
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6731

Version 8.1.0.3 of VintaSoftTwain.NET SDK has been released.

Version 8.1.0.3 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Fixed memory leak in WPF assembly. Memory leak occurred while processing or saving of acquired image.
by Alex
Mon Mar 26, 2012 10:37 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11029

Version 6.1.2.3 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.2.3 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved algorithm of PDF417 reader
by Alex
Wed Mar 14, 2012 12:57 pm
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 19989

Version 5.0.8.1 of VintaSoftImaging.NET SDK has been released.

Version 5.0.8.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed bug that caused an error in the license compiler (LC.exe) during compilation of project in Visual Studio. Bug is present since version 5.0 and occurs because the license compi...
by Alex
Wed Mar 14, 2012 11:31 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11029

Version 6.1.2.1 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.2.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Bug fix in Reed-Solomon Error Correction algorithm for QR code barcode.
  • Optimized work of automatic recognition mode.
by Alex
Wed Mar 14, 2012 9:54 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Show more than one image in the viewer
Replies: 3
Views: 10950

Re: Show more than one image in the viewer

Hello,

We will add ability to scroll pages in viewers in next version of SDK.

At the moment you can create a new class derived from ImageViewer class, override the ImageViewer.OnMouseWheel method
and get information when mouse wheel is used.

Best regards, Alexander
by Alex
Mon Mar 12, 2012 4:35 pm
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6731

Version 8.1 of VintaSoftTwain.NET SDK has been released.

Version 8.1 of VintaSoftTwain.NET SDK has been released. What's new in this version: Added the ability to use Kodak scanners Dual Stream feature. Improved the architecture of classes which give access to scanner capabilities. Now it provides the ability to get full information about capability. Prev...
by Alex
Mon Feb 27, 2012 11:58 am
Forum: Announcements
Topic: Version 8.0 of VintaSoftTwain.NET SDK has been released.
Replies: 4
Views: 12842

Version 8.0.5.1 of VintaSoftTwain.NET SDK has been released.

Version 8.0.5.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Scanning algorithm is updated for compatibility with HP scanners.
  • Fixed bug in image processing functions when color image with compressed data is processed.
by Alex
Mon Feb 27, 2012 10:59 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Last 3 characters in EDIFACT encoding are ASCII encoded
Replies: 4
Views: 8694

Re: Last 3 characters in EDIFACT encoding are ASCII encoded

Hello Roman, In version 6.1.0.3 we have optimized encoding algorithm of DataMatrix barcodes in Edifact mode and know you will have the following results: "1" => ASCII("1") "12" => ASCII("12") "123" => EDIFACT("123") "1234" => EDIF...