Gets or sets whether the reader should invert (convert to negative) the source image before starting the scanning process. Default is false.

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

Remarks

You should enable this property if the source image contains light barcodes on dark background.

See Also