How can we improve?
public int RowsCreated {get;}
public: __property int get_RowsCreated();
public: property int RowsCreated { int get(); }
'Declaration Public ReadOnly Property RowsCreated As Integer
'Declaration
Public ReadOnly Property RowsCreated As Integer
'Usage Dim instance As WriterPDF417 Dim value As Integer value = instance.RowsCreated
'Usage
Dim instance As WriterPDF417 Dim value As Integer value = instance.RowsCreated
This property gets the number of rows that were created in the PDF417 barcode.
WriterPDF417 Class WriterPDF417 Members