'Declaration <BrowsableAttribute(True)> Public ReadOnly Property Performance As String
'Usage Dim instance As BarcodeXpress Dim value As String value = instance.Performance
'Declaration <BrowsableAttribute(True)> Public ReadOnly Property Performance As String
'Usage Dim instance As BarcodeXpress Dim value As String value = instance.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 Reader.Analyze method has been called.
... // Get the Performance and put in the string perf string perf = bcXpress.Performance ...