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.11.4.10 (5.11.4.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.

See Also