ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / CodabarTagHelper Class / CheckDigit Property

In This Topic
    CheckDigit Property (CodabarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Codabar.CheckDigit. Indicates whether the symbol needs a check digit with the Luhn algorithm.
    Syntax
    'Declaration
     
    Public Overridable Property CheckDigit As Boolean
    public virtual bool CheckDigit {get; set;}
    See Also