Barcode Xpress for .NET Framework v13.9 - Updated
BarcodeValue Property (Result)




Accusoft.BarcodeXpressSdk Namespace > Result Class : BarcodeValue Property
Gets the value of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property BarcodeValue As String
'Usage
 
Dim instance As Result
Dim value As String
 
value = instance.BarcodeValue
public string BarcodeValue {get;}
public: __property string* get_BarcodeValue();
public:
property String^ BarcodeValue {
   String^ get();
}

Property Value

A string which contains one or many characters which represent the value of the barcode.
Remarks

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.

See Also

Reference

Result Class
Result Members

Is this page helpful?
Yes No
Thanks for your feedback.