Click or drag to resize

BarcodeScannerSettingsMaxNumberOfCodesPerFrame Property

The maximum number of codes to be decoded every frame.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public uint MaxNumberOfCodesPerFrame { get; set; }

Property Value

Type: UInt32

Tells the recognition engine how many codes should maximally decoded per frame. When set to values higher than 1 barcode, the barcode recognition engine tries to decode additional codes, even if codes were already recognized.

A minimal number of 1 code per frame is enforced.

Version Information

Supported in: 1.0
See Also