Barcode Xpress for .NET Core v13.9 - Updated
BarcodeData Property (Result)




Accusoft.BarcodeXpressSdk Namespace > Result Class : BarcodeData Property

This property is deprecated.

Gets the recognized barcode value as a char array.

Syntax
'Declaration
 
Public ReadOnly Property BarcodeData As Char()
'Usage
 
Dim instance As Result
Dim value() As Char
 
value = instance.BarcodeData
public char[] BarcodeData {get;}
public: __property char[]* get_BarcodeData();
public:
property array<char>^ BarcodeData {
   array<char>^ get();
}

Property Value

The binary value.
Remarks
This property is deprecated, use the BarcodeDataAsByte property.
See Also

Reference

Result Class
Result Members

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