ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeReader Class / Performance Property




In This Topic
    Performance Property
    In This Topic
    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