ClearImage .NET API
Count Property (BarcodeFoundEventArgs)





Inlite.ClearImageNet Namespace > BarcodeFoundEventArgs Class : Count Property
Number of barcodes found during this Read operation
Syntax
'Declaration
 
Public ReadOnly Property Count As System.Integer
'Usage
 
Dim instance As BarcodeFoundEventArgs
Dim value As System.Integer
 
value = instance.Count
public System.int Count {get;}
public read-only property Count: System.Integer; 
public function get Count : System.int
public:
property System.int Count {
   System.int get();
}
See Also

Reference

BarcodeFoundEventArgs Class
BarcodeFoundEventArgs Members