Gets or sets whether a check sum should be calculated for the current instance of BarCodePainter.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

See Also