C1.Web.Mvc Namespace / Code93 Class / CheckDigit Property

In This Topic
CheckDigit Property (Code93)
In This Topic
Indicates whether the symbol needs a check digit with the Luhn algorithm.
Syntax
'Declaration
 
<JsonAttribute(1)>
<DefaultValueAttribute(False)>
Public Overridable Property CheckDigit As Boolean
 
See Also