Browse our Products
Aspose.BarCode for Node.js via Java 26.2
This page contains release notes information for Aspose.BarCode for Node.js via Java 26.2.
All Changes
| Key | Summary | Category |
|---|---|---|
| BARCODENET-38024 | Remove EnableEscape property | Enhancement |
| BARCODENET-39421 | Expose BarCodeReader.GetBarCodeDecodeType() as public method | Enhancement |
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 Recognition.BarCodeReader, allowing you to retrieve the barcode decode types used for recognition.
The previously available getBarCodeDecodeType() method has been removed.
Added
getBarCodeReadType()
Removed
getBarCodeDecodeType()