FrameScanFinishedEventArgs Class Members
In This Topic
The following tables list the members exposed by
FrameScanFinishedEventArgs.
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | FoundBarcodes | Gets the recognized barcodes with any confidence. |
 | Frame | Gets the image frame. |
 | RecognizedBarcodes | Gets the recognized barcodes with confidence greater than 95. |
 | ScanSettings | Gets the scanner settings, which was used for recognizing barcodes in the image frame. |
 | ScanTime | Gets the scan time of image frame. |
See Also