Skip to main content

TdxBarCodeITFTypeSymbology.Checksum Property

Specifies if a checksum is included into the generated barcode.

Declaration

property Checksum: Boolean read; write;

Property Value

Type
Boolean

Remarks

If this property is set to True, the checksum character is calculated and appended to the source text string prior to barcode calculation. Otherwise, the displayed text is unchanged.

Certain barcode symbology classes (TdxBarCodeITFTypeSymbology class descendants) publish the Checksum property and initialize it with True.

See Also