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

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also