Accusoft.Forms1 - Updated
BarcodeDataAsByte Property



Accusoft.BarcodeXpressSdk Namespace > Result Class : BarcodeDataAsByte Property
Gets the recognized barcode data value in bytes.
Syntax
Public ReadOnly Property BarcodeDataAsByte As Byte()
Dim instance As Result
Dim value() As Byte
 
value = instance.BarcodeDataAsByte
public byte[] BarcodeDataAsByte {get;}
public:
property array<byte>^ BarcodeDataAsByte {
   array<byte>^ get();
}

Property Value

The byte value.
See Also

Reference

Result Class
Result Members