Accusoft.BarcodeXpress10.Net
BarcodeDataAsByte Property




Gets the recognized barcode data value in bytes.
Syntax
'Declaration
 
Public ReadOnly Property BarcodeDataAsByte As Byte()
'Usage
 
Dim instance As Result
Dim value() As Byte
 
value = instance.BarcodeDataAsByte
public byte[] BarcodeDataAsByte {get;}
public: __property byte[]* get_BarcodeDataAsByte();
public:
property array<byte>^ BarcodeDataAsByte {
   array<byte>^ get();
}

Property Value

The byte value.
See Also

Reference

Result Class
Result Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback