ImageGear .NET - Updated October 2, 2018
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

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