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

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