Accusoft.BarcodeXpress9.Net
Performance Property
See Also  Example Send Feedback
Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class : Performance Property




Glossary Item Box

Gets the barcode capability and performance for the system.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A string which represents the performance of the barcode.

Remarks

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.

Example

C#Copy Code
...
// Get the Performance and put in the string perf
string perf = bcXpress.Performance
...

See Also

©2013. Accusoft Corporation. All Rights Reserved.