Accusoft.Forms1 - Updated
Length Property



Accusoft.BarcodeXpressSdk Namespace > Result Class : Length Property
Gets the length of the result string.
Syntax
Public ReadOnly Property Length As Integer
Dim instance As Result
Dim value As Integer
 
value = instance.Length
public int Length {get;}
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 BarcodeData property to return the recognized barcode's value.

See the Result for more information about retrieving results.

See Also

Reference

Result Class
Result Members