Gets or sets the number of PDF417 rows.
Syntax
'Declaration
Public Property Row As Integer
'Usage
Dim instance As PDF417
Dim value As Integer
instance.Row = value
value = instance.Row
public int Row {get; set;}
Property Value
Integer number of PDF417 rows
See Also