I try to use Barcode Scanner to scan the QR Code image that generated by the Barcode Generator, and the result return: Not supported in Spire.Barcode Evaluation version.
Below is my code:
- Code: Select all
Bitmap bmImg = new Bitmap(outputImgFld + @"\QR_Code_2109.tif");
return BarcodeScanner.ScanOne(bmImg);
PS: the generated QR Code image(QR_Code_2109.tif) is able to scanner by using other barcode scanner.