Set Border Thickness for ITF14 Barcode using Aspose.BarCode for .Net 7.4.0

We are pleased to announce the release of Aspose.BarCode for .NET 7.4.0. Barcode recognition from 38×18 pixel images and setting border thickness for ITF14 barcode are top of the list in this release. It also includes encoding and decoding improvements based on the clients’ feedback.

Specify Border Thickness for ITF14 Barcode

Aspose.BarCode for .Net provides facility to set border thickness for ITF14 barcode.

Following is the simple code snippet demonstrating the usage of the said property to set border thickness for ITF14 barcode.


// Instantiate barcode object
BarCodeBuilder builder = new BarCodeBuilder("00850006000227");

// Set Barcode Symbology
builder.SymbologyType = Symbology.ITF14;

// Set ITF14 Barcode Border Type
builder.ITF14BorderType = ITF14BorderType.BarOut;

// Set border thickness
builder.ITF14BorderThickness = 4.83f;

// Save the Barcode image
builder.Save("ITF14 border thickness.png", BarCodeImageFormat.Png);

Enhancements

Some problems were noticed with BarHeight property of the BarCodeBuilder class and with DatabarStackedOmniDirectional barcode encoding. All such noticed areas have been improved.

  • ITF14 encoding, functionality of BarCodeBuilder.BarHeight property has been improved.

  • UPCA encoding, functionality of BarCodeBuilder.BarHeight property has been improved.

  • Recognizing DataMatrix code from the JPG image has been improved.

  • DataBarStackedOmniDirectional encoding, functionality of BarCodeBuilder.BarHeight property has been improved.

  • Setting Barcode width up to 5mil.

  • Recognizing Code128 and DataMatrix barcodes from jpg image has been further improved.

Many reported bug fixes have also been included. This release comprises a number of key fixes that help in generating barcode and barcode recognition capabilities. Please check the release notes of Aspose.BarCode for .Net 7.4.0 for a complete list of enhancements.

Aspose.BarCode for .NET Resources

The resources, you may need to accomplish your tasks: