Read Barcodes Asynchronously

We can read barcodes using the BarcodeReader class. The easiest method to use is the BarcodeReader.Read method. IronBarcode also has a ReadAsync method for multithreaded asynchronous programming.

Do take note of all the various options in BarcodeReaderOptions that allow you to customize your reading to be faster, more memory efficient, and more accurate.