'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();
'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();
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.