Click or drag to resize
ScanSettingsCodeCachingDuration Property
Get the code caching duration of the scan session.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public int CodeCachingDuration { get; set; }

Property Value

Type: Int32

When set to -1, codes are kept until the next call to Clear. When set to 0, codes are kept until the next frame processing call finishes. For all other values, the code caching duration specifies a duration in milliseconds for how long the codes are kept.

The default value is -1.

See Also