Gets or sets whether the reader should scan only Industrial 2 of 5 barcodes that have a valid Mod 10 checksum. 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 Industrial2of5EnableMod10Checksum { get; set; }
Visual Basic
Public Property Industrial2of5EnableMod10Checksum As Boolean
	Get
	Set
Visual C++
public:
property bool Industrial2of5EnableMod10Checksum {
	bool get ();
	void set (bool value);
}

Remarks

If you know the Industrial 2 of 5 barcodes to be read have Mod 10 checksum, then you should enable this property.

See Also