Browse our Products

Aspose.BarCode for .NET 18.5 Release Notes

KeySummaryCategory
BARCODENET-36759Remove obsolete properties from BarCodeReaderEnhancement
BARCODENET-36856GetCustomSizeBarCodeImage method is discarding check digit when generate EAN13 coded barcodeBug
BARCODENET-36869Fake recognition of MicrE13B barcodesBug

Public API and Backward Incompatible Changes

This section lists public API changes that were introduced in Aspose.BarCode for .NET 18.5. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.BarCode for .NET which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.

Obsolete APIs

TypeDetailsRemarks
MethodGetAllPossibleBarCodes has been removed from classes:
Aspose.BarCode.BarCodeRecognition.BarCodeReader
Use RecognitionMode.MaxBarCodes and method GetIsDeniable
PropertyExpectedBarCodeCount has been removed from classes:
Aspose.BarCode.BarCodeRecognition.BarCodeReader
 
PropertyOrientationHints has been removed from classes:
Aspose.BarCode.BarCodeRecognition.BarCodeReader
Barcode orientation is detected automatically
Enum Aspose.BarCode.BarCodeRecognition.RecognitionHints has been removed 
ClassAspose.BarCode.BarCodeRecognition.BarCodeReader.PossibleBarCode has been removed