Accusoft.BarcodeXpress12.Net - Updated
Rows Property (WriterPDF417)




Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : Rows Property
Gets and sets the number of rows desired in the PDF417 barcode.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As WriterPDF417
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
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);
}

Property Value

An integer value which represents the number of rows.
Remarks

The default value is -1

If the value is -1 then the number of rows will be determined

when the barcode is created.
See Also

Reference

WriterPDF417 Class
WriterPDF417 Members