A newer version of this page is available.
Switch to the current version.
CodeMSIGenerator.CalcCheckSum Property
Overrides the BarCodeGeneratorBase.CalcCheckSum property.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(true)]
[Browsable(false)]
public override bool CalcCheckSum { get; set; }
<DefaultValue(True)>
<Browsable(False)>
Public Overrides Property CalcCheckSum As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the bar code object needs a checksum to be calculated; otherwise, false. |
Remarks
This property is intended to hide the corresponding property of the BarCodeGeneratorBase class, since a checksum is always calculated for the Code MSI bar code type.
See Also
Feedback