Visual Basic
C#
Managed Extensions for C++
C++/CLI
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# | Copy Code |
---|---|
... // Get the Performance and put in the string perf string perf = bcXpress.Performance ... |