Syntax
'Declaration
Public Class BarcodeFoundEventArgs
Inherits System.EventArgs
'Usage
Dim instance As BarcodeFoundEventArgs
public class BarcodeFoundEventArgs : System.EventArgs
public class BarcodeFoundEventArgs = class(System.EventArgs)
public class BarcodeFoundEventArgs extends System.EventArgs
public ref class BarcodeFoundEventArgs : public System.EventArgs
Public Properties
| Name | Description |
| Barcode | Barcode object with information about just found barcode. |
| cancel | Flag to abort barcode detection. Set 'true' to abort |
| Count | Number of barcodes found during this Read operation |
Top
See Also