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

In This Topic
    FullAscii Property (Code39TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Code39.FullAscii. Indicates whether the symbol enables encoding of all 128 ASCII characters.
    Syntax
    'Declaration
     
    Public Overridable Property FullAscii As Boolean
    public virtual bool FullAscii {get; set;}
    See Also