Gets or sets the scanline thickness (in pixel unit). Default is 2.

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

See Also