Click or drag to resize
ScanSettingsMaxNumberOfCodesPerFrame Property
The maximum number of codes to be decoded every frame.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.10.0.10 (5.10.0.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 value of 1 code per frame is enforced.

See Also