Click or drag to resize

BarCodeReaderBaseSupportedSymbologies Property

Returns all the licensed and supported symbologies for the BarCodeReader.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Symbologies SupportedSymbologies { get; }

Property Value

Type: Symbologies
A Symbologies enumeration representing all the supported symbologies for the BarCodeReader. Symbologies not licensed will not be reported.
See Also