ActiveReports3 Request technical support
Row Property
See Also 


Gets or sets row numbers for the barcode.

Syntax

Visual Basic (Declaration) 
Public Property Row As Integer
Visual Basic (Usage)Copy Code
Dim instance As PDF417Options
Dim value As Integer
 
instance.Row = value
 
value = instance.Row
C# 
public int Row {get; set;}

Remarks

Values between 3 and 90 can be set for this property. The default value is -1 which specifies that row numbers are to be determined automatically.

See Also