Click or drag to resize
BarcodeRawData Field
The data encoded in the barcode as an array of bytes. Depending on the type of barcode/2d code, the data may be binary, or a simple ASCII/UTF-8 string. If you are only expecting utf-8 data, use Data instead.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public readonly byte[] RawData

Field Value

Type: Byte
See Also