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

Remarks

If you know the Codabar barcodes to be read have Mod 16 checksum, then you should enable this property.

See Also