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: 4.16.0.0 (4.16.0.0)
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.

The value is clamped to values between 1 to 6. The default value is 1.

See Also