ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Pdf417 Class / Columns Property

In This Topic
    Columns Property (Pdf417)
    In This Topic
    Gets or sets the number of columns in the symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Columns As Integer
    [Json(1)]
    public virtual int Columns {get; set;}
    Remarks
    The possible property values are null | undefined | 0 - 30.
    See Also