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

Symbology Property

Show in webframe
The symbology (type) associated with this BarcodeData
Syntax
get_symbology();
set_symbology(value);
Object.defineProperty('symbology');

Property Value

TypeDescription
BarcodeSymbologyAn 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.

See Also

Reference

BarcodeData Object
BarcodeData Members

Error processing SSI file