ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeResult Class / Length Property




In This Topic
    Length Property (ImGearBarcodeResult)
    In This Topic
    Gets the length of the result string.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    'Usage
     
    Dim instance As ImGearBarcodeResult
    Dim value As Integer
     
    value = instance.Length
    public int Length {get;}
    public: __property int get_Length();
    public:
    property int Length {
       int get();
    }

    Property Value

    A long which represents the length of the resulting string.
    Remarks

    This property is used in conjuction with the BarcodeDataAsByte property to return the recognized barcode's value.

    See the ImGearBarcodeResult for more information about retrieving results.

    See Also