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

In This Topic
    FullAscii Property (Code39)
    In This Topic
    Indicates whether the symbol enables encoding of all 128 ASCII characters.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property FullAscii As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool FullAscii {get; set;}
    See Also