Gets or sets whether the reader should transmit the Mod 10 checksum for Interleaved 2 of 5 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 InterleavedTransmitMod10Checksum { get; set; }
Visual Basic
Public Property InterleavedTransmitMod10Checksum As Boolean
	Get
	Set
Visual C++
public:
property bool InterleavedTransmitMod10Checksum {
	bool get ();
	void set (bool value);
}

Remarks

You must enable the Interleaved2of5EnableMod10Checksum property so the Interleaved2of5TransmitMod10Checksum property takes effect.

See Also