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

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