ImageGear .NET - Updated December 24, 2018
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

Property Value

The byte value.
See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members