data Property

Summary

The raw data of the new barcode as byte array.

Syntax

JavaScript Syntax
Object.defineProperty(BarcodeData.prototype, 'data', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
data: number[]; 

Property Value

The 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly