CameraWedge.MaxBarcodePersistence Property
Click or drag to resize

CameraWedgeMaxBarcodePersistence Property

maxBarcodePersistence represents the maximum amount of time (in milliseconds) a generated barcode is shown in the camera frames.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.NumericProperty MaxBarcodePersistence { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.NumericProperty
No description available.

Remarks
maxBarcodePersistence represents the maximum amount of time (in milliseconds) a generated barcode is shown in the camera frames. After this time has expired, the camera frames with come back to show only the background.

[Android Documentation]

See Also