ImageGear .NET
Performance Property




Gets the barcode capability and performance for the system.
Syntax
public string Performance {get;}
public: __property string* get_Performance();
public:
property String^ Performance {
   String^ get();
}
'Declaration
 
Public ReadOnly Property Performance As String
 
'Usage
 
Dim instance As ImGearBarcodeReader
Dim value As String
 
value = instance.Performance

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 Analyze method has been called.

See Also

Reference

ImGearBarcodeReader Class
ImGearBarcodeReader Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback