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

Remarks

You must enable the Code39EnableMod43Checksum property so the Code39TransmitMod43Checksum property takes effect.

See Also