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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document