Accusoft.Forms1 - Updated
RowsCreated Property



Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : RowsCreated Property
Gets the rows created in the PDF417 barcode.
Syntax
Public ReadOnly Property RowsCreated As Integer
Dim instance As WriterPDF417
Dim value As Integer
 
value = instance.RowsCreated
public int RowsCreated {get;}
public:
property int RowsCreated {
   int get();
}

Property Value

An integer value which represents the number of rows created.
Remarks

This property gets the number of rows that were created in the PDF417 barcode.

See Also

Reference

WriterPDF417 Class
WriterPDF417 Members