Browse our Products

Aspose.BarCode for Android 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 BarCodeReader, allowing you to retrieve the barcode decode types used for recognition.

The previously available getBarCodeDecodeType() method has been removed.

Added

getBarCodeReadType():BaseDecodeType

Removed

getBarCodeDecodeType():BaseDecodeType