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

In This Topic
    Columns Property (Pdf417TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Pdf417.Columns. Sets the number of columns in the symbol.
    Syntax
    'Declaration
     
    Public Overridable Property Columns As Integer
    public virtual int Columns {get; set;}
    Remarks
    The possible property values are null | undefined | 0 - 30.
    See Also