Gets or sets a value indicating whether the check value of the current used barcode type is shown with the encrypted barcode text value.

Syntax

public bool ShowCheckValue{ get; set; }
Public Property ShowCheckValue() As Boolean

Limitations

By default the following supported barcode types display the check sum with the encrypted barcode text value if the BarcodeTypeSettings.HasCheckValue property returns true: Interleaved2of5, Code39, EAN13, EAN8, UPCA, Postnet and Codabar.

For the following barcode types this property can be used to determine whether the check sum is displayed with the encrypted barcode text value if the BarcodeTypeSettings.HasCheckValue property returns true: Code128, Interleaved2of5, Code39, Postnet, Codabar, Code11, Code93, PLANET and RoyalMail.