Browse our Products
Aspose.BarCode for Reporting Services 7.8.0 Release Notes
Features and Improvements
Key | Summary | Category |
---|---|---|
BARCODENET-34364 | Add new BarCode type: Datalogic2of5 | New Feature |
BARCODENET-34363 | Add new BarCode type: Code32 | New Feature |
Public API and Backward Incompatible Changes
The original list of changes in public API is as follows: Aspose.BarCode for .NET 7.8.0 - Public API Changes
The list of changes applicable to the Reporting services are as follows:
Namespaces have been updated
Public Namespaces have been re-arranged according to Microsoft guidelines.
The namespace Aspose.BarCodeRecognition has been replaced with Aspose.BarCode.BarCodeRecognition; BarCode.Common has been replaces with Aspose.BarCode.Common.
Thus, the namespaces Aspose.BarCodeRecognition, BarCode.Common are not available anymore.
BARCODENET-34364 Add new BarCode type: Datalogic2of5Code
Code sample (Generate)
BarCodeBuilder builder = new BarCodeBuilder("8500060000", Symbology.DataLogic2of5);
builder.Save("DataLogic2of5.png");
BARCODENET-34363 Add new BarCode type: Code32
Code sample (Generate)
BarCodeBuilder builder = new BarCodeBuilder("123456788", Symbology.Code32);
builder.Save("code32.png");