ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : Performance Property |
'Declaration Public ReadOnly Property Performance As String
'Usage Dim instance As ImGearBarcodeReader Dim value As String value = instance.Performance
public string Performance {get;}
public: __property string* get_Performance();
This property returns the number of barcodes detected as well as the total recognition time, in milliseconds.
Note: The performance value is only valid after the Analyze method has been called.