PDFView4NET WPF Edition
Rows Property (PDF417Barcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDF417Barcode Class : Rows Property
Gets or sets the number of rows in this barcode.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As PDF417Barcode
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 specifying the number of rows used by this barcode.
Exceptions
ExceptionDescription
Thrown when the value is less than 3, but not 0, or greater than 90
- OR -
Throws when value is 0 and Columns is also 0.
Remarks
The minimum number of rows in a PDF 417 barcode is 3 and the maximum number of rows is 90. If this property is 0, the library will compute automatically the number of required rows to encode the barcode data. When this property is 0, the Columns property must not be 0.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDF417Barcode Class
PDF417Barcode Members