PDFView4NET WinForms Edition


Rows Property (PDF417Barcode)
Gets or sets the number of rows in this barcode.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As PDF417Barcode
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
public int Rows {get; set;}

Property Value

An integer value specifying the number of rows used by this barcode.
Exceptions
ExceptionDescription
Thrown when the value is less than 3, but not 0, or greater than 90
- OR -
Throws when value is 0 and Columns is also 0.
Remarks
The minimum number of rows in a PDF 417 barcode is 3 and the maximum number of rows is 90. If this property is 0, the library will compute automatically the number of required rows to encode the barcode data. When this property is 0, the Columns property must not be 0.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also