Gets the bytes decoded from the barcode symbol.
Namespace: Neodynamic.SDK.BarcodeReaderAssembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
| C# |
|---|
public byte[] RawBytes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RawBytes As Byte() Get |
| Visual C++ |
|---|
public: property array<unsigned char>^ RawBytes { array<unsigned char>^ get (); } |