ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Code39 Class / CheckDigit Property

In This Topic
    CheckDigit Property (Code39)
    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
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool CheckDigit {get; set;}
    See Also