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

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