Property: HideCheckDigitsText

(TBarcode1D_PostBar)

Specifies whether to hide the check digits from the human readable text.

Syntax:

property HideCheckDigitsText: Boolean;

Description:

For the PostBar barcode symbology, the property specifies whether to hide the check digits from the human readable text. If it's set to true, the check digits will be hidden from the human readable text even if the DisplayText property is set to "dtFullEncoded". This property is useful only for the TBarcode1D_PostBar barcode component.

Contents