Click or drag to resize

SymbologySettingsActiveSymbolCounts Property

Control the length of barcodes to be decoded.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public IReadOnlyList<ushort> ActiveSymbolCounts { get; set; }

Property Value

Type: IReadOnlyListUInt16
Remarks

Call this function to enable decoding of long codes which can not be decoded with the default settings, or to optimize decoder performance for codes of certain lengths. This is useful when it is known that the application only requires scanning of particular barcode lengths.

The mapping from characters to symbols is symbology-specific. For some symbologies, the start and end characters are included, others include checksums characters in the symbol counts.

The active symbol count setting is ignored for fixed-size barcodes (the EAN and UPC family of codes) as well as 2d codes.

Version Information

Supported in: 1.0
See Also