[]
Configurates CheckDigit. Indicates whether the symbol needs a check digit with the Luhn algorithm.
public virtual Code39Builder CheckDigit(bool value)
Public Overridable Function CheckDigit(value As Boolean) As Code39Builder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| Code39Builder | Current builder. |