symbology Property

Summary

The symbology (type) associated with this BarcodeData

Syntax

JavaScript Syntax
Object.defineProperty(BarcodeData.prototype, 'symbology', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
symbology: BarcodeSymbology; 

Property Value

An BarcodeSymbology enumeration member that specifies the barcode symbology (type) associated with this BarcodeData. The default value is BarcodeSymbology.Unknown.

Remarks

The ReadBarcodes method is used to read a barcode or more from a document page. This method returns an array of objects of type BarcodeData for each barcode found. Inside each object, the value of the Symbology property will be set to the symbology (or type) of the barcode. You can examine this value to decide how to parse the data of the barcode stored in Data or Value.

The value of Symbology will never be BarcodeSymbology.Unknown on BarcodeData objects returned from ReadBarcodes.

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