Gets or sets whether checksum (check digit) must be generated and attached to the value to encode.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public bool AddChecksum { get; set; }
Visual Basic (Declaration)
Public Property AddChecksum As Boolean
Visual C++
public:
property bool AddChecksum {
	bool get ();
	void set (bool value);
}

See Also