We are pleased to announce the release of Aspose.Barcode for .NET 8.0.0. This release supports generating and reading DutchKix and DotCode barcode types. Several new enhancements have also been made to barcode recognition algorithm to further improve the recognition process when reading barcodes from poor quality QR, Code128, DataMatrix and Aztec codes.

Generate DutchKix or DotCode Barcodes using C#

Aspose.Barcode for .NET allows you to generate DutchKix or DotCode barcodes. You can set BarCodeBuilder.SymbologyType to DutchKix or DotCode to generate these barcodes e.g.

 BarCodeBuilder builder = new BarCodeBuilder(@"!AA-11;", Symbology.DotCode);
builder.Save("DotCode.png");

Enhancements

Following is a list of improvements included in this release.

  • Improve algorithm to read barcodes even if the image is not rotated
  • Improve algorithm to Read the barcodes from a PNG image having 100 multiple barcodes in it
  • Improve algorithm to detect the barcodes with default settings
  • Support recognition of invasion in the quiet zone for a data matrix
  • Improve 3D-distorted Aztec code recognition
  • Improve recognition of the Aztec code
  • Recognize poor quality code128 with histogram method
  • Fix the issue with Rows property for PDF417 barcode
  • Investigate and fix order of recognizing barcodes
  • Improve DotCode regions recognition
  • Read the corrupted QR barcode

To view a complete list of new features and fixes and to download the latest release, please visit Aspose.Barcode for .NET 8.0.0 page in downloads section.

Aspose.BarCode for .NET Resources

The resources, you may need to accomplish your tasks: