Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Result Class / BarcodeData Property




In This Topic
BarcodeData Property (Result)
In This Topic

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

Property Value

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