public int RowsCreated {get;}
public: __property int get_RowsCreated();
public:
property int RowsCreated {
int get();
}
'Declaration
Public ReadOnly Property RowsCreated As Integer
'Usage
Dim instance As WriterPDF417
Dim value As Integer
value = instance.RowsCreated
Property Value
An integer value which represents the number of rows created.