ScannerOptions.ImageDecodeTimeout Property
Click or drag to resize

ScannerOptionsImageDecodeTimeout Property

imageDecodeTimeout is the timeout set during image decoding.

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 ImageDecodeTimeout { get; set; }

Property Value

Property Value

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

Remarks
imageDecodeTimeout is the timeout set during image decoding. The amount of time is represented in milliseconds.

[Android Documentation]

See Also