Aspose.BarCode for Cpp 19.2 Release Notes
This page contains release notes information for Aspose.BarCode for C++ 19.2.
All Changes
Key | Summary | Category |
---|---|---|
BARCODENET-37039 | Add termination by Timeout support for internal imaging and recognition filters | Enhancement |
BARCODENET-37002 | BarCodeReader exceded defined Timeout | Bug |
BARCODENET-36680 | BarCodeReader Timeout property is not working as expected | Bug |
Usage Examples
BARCODENET-37039 - Add termination by Timeout support for internal imaging and recognition filters
System::SharedPtr<BarCodeReader> reader = System::MakeObject<BarCodeReader>(filename);
while (reader->Read()) ;
//other thread call code
reader->Abort();
Public API and Backward Incompatible Changes
The following member has been added:
- Method Aspose::BarCode::BarCodeRecognition::BarCodeReader::Abort()