Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Data Property

Show in webframe
The raw data of the new barcode as byte array.
Syntax
get_data();
set_data(value);
Object.defineProperty('data');

Property Value

TypeDescription
byteThe raw data of the new barcode as byte array. Default value is null.
Remarks

The ReadBarcodes method is used to read a barcode or more from a document page. This method returns an object or an array of objects of type BarcodeData for each barcode found. Inside each object, the data of the barcode will be stored as a raw byte array that can be accessed with Data. The format of the data is dependent on the barcode symbology (type).

The Value property contains a string representation (as an ASCII text) of the data. The value of this property is simply an ASCII string of the byte array returned from Data.

Example

For an example, refer to DocumentBarcodes.

See Also

Reference

BarcodeData Object
BarcodeData Members

Error processing SSI file