Gets or sets whether a check sum should be calculated for this BarCode object.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also