A newer version of this page is available.
Switch to the current version.
CodeMSIGenerator.MSICheckSum Property
Gets or sets the checksum type for the bar code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(MSICheckSum.Modulo10)]
[XtraSerializableProperty]
public MSICheckSum MSICheckSum { get; set; }
<DefaultValue(MSICheckSum.Modulo10)>
<XtraSerializableProperty>
Public Property MSICheckSum As MSICheckSum
Property Value
Type | Default | Description |
---|---|---|
MSICheckSum | Modulo10 |
An MSICheckSum enumeration value which represents the checksum type. |
Remarks
Use this property to specify the checksum method, which defines the appearance of checksum bars added to the bar code. To avoid calculating a checksum for an MSI bar code, set this property's value to MSICheckSum.None.
See Also
Feedback