TdxBarCode39Symbology.Checksum Property
Specifies if a checksum is included into the generated barcode.
Declaration
property Checksum; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
By default, the checksum character is calculated and appended to the source text string prior to barcode generation. You can set the Checksum property to False to disable checksum calculation.
The default value of the Checksum property is True.
See Also