Gets or sets a value indicating whether the current used barcode type includes a check value.

Syntax

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

Limitations

By default the following supported barcode types include a check value: Code128, Interleaved2of5, EAN13, EAN8, UPCA, Postnet, FourState, Code11, Code93, PLANET and RoyalMail.

For the following barcode types this property can be used to determine whether the current used barcode type should include a check value: Interleaved2of5, Code39, Codabar and Code11.