Gets or sets whether checksum must be calculated and attached to the value to encode.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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