Browse our Products
Aspose.BarCode for .NET 25.2 Release Notes
This article contains release notes information for Aspose.BarCode for .NET 25.2 (February 2025).
All Changes
Key | Summary | Category |
---|---|---|
BARCODENET-37360 | Add QualitySettings support to PBase processor | Enhancement |
BARCODENET-39209 | Make generation of BarCodeImageFormat.Pdf format system independent | Bug |
BARCODENET-39235 | Add support of .Net 9 to Aspose.Barcode | Enhancement |
Public API changes and backwards compatibility
Recognition quality and speed of 1D processors
Recognition quality and speed of PBase processors was improved. These improvements include the following symbologies: PatchCode, Pharmacode.
Recognition speed of most 1D processors was improved with new changes to 1D recognition engine.
Barcode region detection
Fixed bug with incorrect barcode region detection where Image property RotateFlipType changes picture orientation.
PDF encoder
Fixed bug with differences in created pdf files which depended from system localization.
var gen = new BarcodeGenerator(EncodeTypes.Code128, "Aspose");
gen.Save("code128.pdf", BarCodeImageFormat.Pdf);
.Net 9 support
.Net 9 support was added to Aspose.Barcode for .NET.