Browse our Products

Aspose.BarCode for PHP via Java 26.2

All Changes

KeySummaryCategory
BARCODENET-38024Remove EnableEscape propertyEnhancement
BARCODENET-39421Expose BarCodeReader.GetBarCodeDecodeType() as public methodEnhancement

Public API changes and New Features

The EnableEscape functionality has been deprecated and is no longer applied internally by BarcodeGenerator. Escape sequence processing is not performed automatically. If required, escape sequences should be handled explicitly before passing the text to the generator.

BarCodeReadType getter update

The getBarCodeReadType() method has been added to Aspose\Barcode\Recognition\BarCodeReader, allowing you to retrieve the barcode decode types used for recognition.

The previously available getBarCodeDecodeType() method has been marked as deprecated.

Added

getBarCodeReadType():array

Marked as deprecated

getBarCodeDecodeType():array