Gets or sets whether the reader should transmit the Mod 16 checksum for Codabar barcodes. 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 CodabarTransmitMod16Checksum { get; set; }
Visual Basic
Public Property CodabarTransmitMod16Checksum As Boolean
	Get
	Set
Visual C++
public:
property bool CodabarTransmitMod16Checksum {
	bool get ();
	void set (bool value);
}

Remarks

You must enable the CodabarEnableMod16Checksum property so the CodabarTransmitMod16Checksum property takes effect.

See Also