Gets or sets whether checksum value must be displayed after the value to encode in the barcode image.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also