Skip to main content

TdxBarCodeInterleaved2Of5Symbology.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 barcode source text string prior to the barcode calculation. You can set the Checksum property to False to disable checksum calculation.

The default value of the Checksum property is True.

See Also