'Declaration
Public Property Rows As Integer
'Usage
Dim instance As WriterPDF417 Dim value As Integer instance.Rows = value value = instance.Rows
public int Rows {get; set;}
'Declaration
Public Property Rows As Integer
'Usage
Dim instance As WriterPDF417 Dim value As Integer instance.Rows = value value = instance.Rows
public int Rows {get; set;}
The default value is -1
If the value is -1 then the number of rows will be determined
when the barcode is created.