symbology Property

Summary

The symbology (type) associated with this BarcodeData

Syntax
TypeScript
JavaScript
Object.defineProperty(BarcodeData.prototype, 'symbology', 
   get: function(), 
   set: function(value) 
) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.