Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration <BrowsableAttribute(True)> Public ReadOnly Property Performance As String
'Usage Dim instance As BarcodeXpress Dim value As String value = instance.Performance
Property Value
A string which represents the performance of the barcode.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.
C# | ![]() |
---|---|
... // Get the Performance and put in the string perf string perf = bcXpress.Performance ... |