Browse our Products
Aspose.BarCode for .NET 17.6 Release Notes
This page contains release notes for Aspose.BarCode for .NET 17.6
Features and Improvements
Key | Summary | Category |
---|---|---|
BARCODENET-36540 | Ability to identify the type of Code128 coded barcode type while recognition | Feature |
BARCODENET-36572 | Ability to add a picture or image inside a barcode in place of codetext | Feature |
BARCODENET-36571 | Unable to get the supplement code text from EAN13 coded barcode | Bug |
BARCODENET-36559 | Incorrect recognition UPCA of EAN13 code | Bug |
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 method | GetCode128DataPortions() - added to the class BarCodeReader. |
---|---|
New public enum | Code128SubType - added including CodeSetA, CodeSetB and CodeSetC values. |
New public class | Code128DataPortion added has been added. |