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: 5.19.3.10 (5.19.3.10)
Syntax
public readonly byte[] RawData

Field Value

Type: Byte
Version Information

Supported in: 1.0
See Also