The symbology (type) associated with this BarcodeData
Object.defineProperty(BarcodeData.prototype, 'symbology',
get: function(),
set: function(value)
)
symbology: BarcodeSymbology;
An BarcodeSymbology enumeration member that specifies the barcode symbology (type) associated with this BarcodeData. The default value is BarcodeSymbology.Unknown.
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.
For an example, refer to DocumentBarcodes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET