String value of the recognized barcode.
Read-write property
Visual Basic |
---|
Public Property BarcodeResult As String |
A string value which represents the recognized barcode.
The current barcode is determined by the GetBarcode method.
The BarcodeResult property returns a string value. Some barcode styles allow the encoding of binary data which will be returned in this string. Even though there may be intervening null characters, the data will be accessible out to ResultLen bytes.