Accusoft.BarcodeXpress12.Net - Updated
Performance Property
Example 




Accusoft.BarcodeXpressSdk Namespace > BarcodeXpress Class : Performance Property
Gets the barcode capability and performance for the system.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public ReadOnly Property Performance As String
'Usage
 
Dim instance As BarcodeXpress
Dim value As String
 
value = instance.Performance
[Browsable(true)]
public string Performance {get;}
[Browsable(true)]
public: __property string* get_Performance();
[Browsable(true)]
public:
property String^ Performance {
   String^ get();
}

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
...
// Get the Performance and put in the string perf
string perf = bcXpress.Performance
...
See Also

Reference

BarcodeXpress Class
BarcodeXpress Members