Gets or sets the amount of time (in Milliseconds) after which the scan process will time out. Default is zero which indicates an infinite time-out period.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public int ScanTimeout { get; set; }
Visual Basic
Public Property ScanTimeout As Integer
	Get
	Set
Visual C++
public:
property int ScanTimeout {
	int get ();
	void set (int value);
}

See Also