ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / HideAiText Property

In This Topic
    HideAiText Property (Gs1DataBarOmnidirectional)
    In This Topic
    Indicates whether to show the Application Identifier in the label text.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property HideAiText As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool HideAiText {get; set;}
    See Also