'Declaration Public ReadOnly Property BarcodeValue As String
public string BarcodeValue {get;}
public: __property string* get_BarcodeValue();
'Declaration Public ReadOnly Property BarcodeValue As String
public string BarcodeValue {get;}
public: __property string* get_BarcodeValue();
If Reader.ReturnPossibleBarcodes is True, and only a region of interest is returned in the results, then the barcode value is a null string.
This property represents values using ANSI encoding. If the barcodes being recognized are encoding binary data, use the BarcodeDataAsByte property to return the result value instead.
See the Result for more information about retrieving results.