BarcodeData Property (Result)
This property is deprecated.
Gets the recognized barcode value as a char array.
public char[] BarcodeData {get;}
public: __property char[]* get_BarcodeData();
'Declaration
Public ReadOnly Property BarcodeData As Char()
'Usage
Dim instance As Result
Dim value() As Char
value = instance.BarcodeData
Property Value
The binary value.