Page 1 of 1

Version 9.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Mon Jul 04, 2016 10:27 am
by Alex
Version 9.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Now the barcode reading and writing functionality can be very easily added into a web application:
    • Vintasoft.Barcode.Web.HttpHandlers assembly may be used on server side of an ASP.NET application and allows to create an HTTP handler for barcode recognition and generation.
    • Vintasoft.Barcode.Web.WcfServices assembly may be used on server side of an ASP.NET application and allows to create a WCF service for barcode recognition and generation.
    • Vintasoft.Barcode.Web.ApiControllers assembly may be used on server side of an ASP.NET MVC application and allows to create a Web controller for barcode recognition and generation.
    • Vintasoft.Barcode.js file written in JavaScript may be used on client side of an ASP.NET application and includes the classes and enumerations, which simplify the reading and writing of barcodes.
  • Improved the recognition algorithm of Code 128, EAN, RSS/GS1, Aztec, HanXin and MaxiCode barcodes.
  • Improved the DataMatrix barcode recognition algorithm. Now it is possible to recognize DataMatrix barcodes with different cell widths.
  • Improved the QR Code barcode recognition algorithm:
    • Now the algorithm can read QR barcodes with large axial non-uniformity, i.e. unproportional QR Code barcodes.
    • Added new property – ReaderSettings.QRMaxAxialNonuniformity that allows to specify maximum permitted axial non-uniformity taking place in a QR barcode. The QR Code barcode recognition speed since could be greatly increased unless the barcode has axial non-uniformity.
  • Improved the error correction algorithm for 2D barcodes.
  • Fixed the bug in algorithm that calculates the FixedPatternDamage parameter for ISO15415 barcode print quality test.
  • Fixed the bug in deserialization of ReaderSettings.ThresholdIterations property. The maximum allowable value of ReaderSettings.ThresholdIterations property is extended up to 75.
  • AspNetMvcBarcodeDemo - the new ASP.NET MVC demo application has been created. It demonstrates how to recognize and generate barcodes in ASP.NET MVC. The application references Vintasoft.Barcode.Web.ApiControllers assembly and Vintasoft.Barcode.js file.

Version 9.1.1.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Thu Aug 04, 2016 4:34 pm
by Alex
Version 9.1.1.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Added the ability to get coordinates of the search pattern (Bulleye) center for recognized Aztec barcode.
  • Fixed minor bugs in WCF service.

Version 9.1.2.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Mon Aug 08, 2016 12:44 pm
by Alex
Version 9.1.2.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved recognition algorithm of RSS / GS1 DataBar barcode family.

Version 9.1.3.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Tue Sep 06, 2016 5:58 pm
by Alex
Version 9.1.3.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved recognition algorithm of QR barcodes.
  • Improvements in web demos.

Version 9.1.4.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Thu Oct 06, 2016 12:32 pm
by Alex
Version 9.1.4.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the algorithm that recognizes rotated 1D barcodes.

Version 9.1.5.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Thu Oct 27, 2016 11:32 am
by Alex
Version 9.1.5.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Added the support of Interleaved 2 of 5 barcodes with checksum defined in ISO16390 (Vintasoft.Barcode.SymbologySubsets.Interleaved2of5ChecksumISO16390).

Version 9.1.6.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Tue Nov 15, 2016 2:39 pm
by Alex
Version 9.1.6.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the recognition algorithm of Code 39 barcodes.
  • Fixed the bug in algorithm that calculates the Fixed Pattern Damage parameter in ISO15415 test for inverted images.

Version 9.1.7.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Wed Nov 30, 2016 2:00 pm
by Alex
Version 9.1.7.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the recognition algorithm of Code 39 barcodes.
  • Added the ability to get coordinates of scan line for the profile of ISO 15416 barcode print quality test.

Version 9.1.9.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Tue Dec 13, 2016 12:40 pm
by Alex
Version 9.1.9.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed a minor bug in the "GS1Codec.ParsePrintableValue(string)" method.