Browse our Products

Aspose.BarCode for .NET 25.2 Release Notes

All Changes

KeySummaryCategory
BARCODENET-37360Add QualitySettings support to PBase processorEnhancement
BARCODENET-39209Make generation of BarCodeImageFormat.Pdf format system independentBug
BARCODENET-39235Add support of .Net 9 to Aspose.BarcodeEnhancement

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.