Gets or sets the scan direction used by the reader. Default is MiddleOutwards.

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 ScanDirection ScanDirection { get; set; }
Visual Basic
Public Property ScanDirection As ScanDirection
	Get
	Set
Visual C++
public:
property ScanDirection ScanDirection {
	ScanDirection get ();
	void set (ScanDirection value);
}

See Also