Aspose.BarCode for .NET 17.6 Release Notes

Features and Improvements

KeySummaryCategory
BARCODENET-36540Ability to identify the type of Code128 coded barcode type while recognitionFeature
BARCODENET-36572Ability to add a picture or image inside a barcode in place of codetextFeature
BARCODENET-36571Unable to get the supplement code text from EAN13 coded barcodeBug
BARCODENET-36559Incorrect recognition UPCA of EAN13 codeBug

Public API and Backward Incompatible Changes

This section lists public API changes that were introduced in Aspose.BarCode for .NET 17.6. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.BarCode for .NET which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.

New public methodGetCode128DataPortions() - added to the class BarCodeReader.
New public enumCode128SubType - added including CodeSetA, CodeSetB and CodeSetC values.
New public classCode128DataPortion added has been added.