
The ImGearBarcodeReader.Analyze method returns a collection of ImGearBarcodeResult objects. Each element of the ImGearBarcodeResult collection contains the results of a single recognized barcode (or unsolved barcode. See ImGearBarcodeReader.ReturnPossibleBarcodes).
Since ImGearBarcode can return multiple barcode results from a single scan, the detected barcode results (both solved and unsolved) are sorted using the following criteria.
Note: All solved barcodes are ordered before unsolved barcodes.
Four points describe the location of the barcode on the image:
System.Object
ImageGear.Barcode.ImGearBarcodeResult