Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Result Class / Length Property




In This Topic
Length Property
In This Topic
Gets the length of the result data value.
Syntax
'Declaration
 
Public ReadOnly Property Length As Integer
 
'Usage
 
Dim instance As Result
Dim value As Integer
 
value = instance.Length

Property Value

A long which represents the length of the resulting data value.
Remarks

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

See the Result for more information about retrieving results.

See Also