public int Rows {get; set;}
public: __property int get_Rows();
public: __property void set_Rows(
int value
);
public:
property int Rows {
int get();
void set ( int value);
}
'Declaration
Public Property Rows As Integer
'Usage
Dim instance As WriterPDF417
Dim value As Integer
instance.Rows = value
value = instance.Rows
Property Value
An integer value which represents the number of rows.