ImageGear .NET - Updated
Performance Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : Performance Property
Gets the barcode capability and performance for the system.
Syntax
'Declaration
 
Public ReadOnly Property Performance As String
'Usage
 
Dim instance As ImGearBarcodeReader
Dim value As String
 
value = instance.Performance
public string Performance {get;}
public: __property string* get_Performance();
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 Analyze method has been called.

See Also

Reference

ImGearBarcodeReader Class
ImGearBarcodeReader Members