Browse our Products

Aspose.BarCode for .NET 19.2 Release Notes

All Changes

KeySummaryCategory
BARCODENET-37039Add termination by Timeout support for internal imaging and recognition filtersEnhancement
BARCODENET-37002BarCodeReader exceded defined TimeoutBug
BARCODENET-36680BarCodeReader Timeout property is not working as expectedBug

Usage Examples

BARCODENET-37039 - Add termination by Timeout support for internal imaging and recognition filters

BarCodeReader reader = new BarCodeReader(filename); while(reader.Read()); //other thread call code reader.Abort();

Public API and Backward Incompatible Changes

Following members have been added:

  • Method Aspose.BarCode.BarCodeRecognition.BarCodeReader.Abort()