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

Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also