ImageGear .NET - Updated
BarcodeDataAsByte Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : BarcodeDataAsByte Property
Gets the recognized barcode data value in bytes.
Syntax
'Declaration
 
Public ReadOnly Property BarcodeDataAsByte As Byte()
'Usage
 
Dim instance As ImGearBarcodeResult
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

ImGearBarcodeResult Class
ImGearBarcodeResult Members