PDFView4NET WPF Edition
Rows Property (PDFCodablockFBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFCodablockFBarcode Class : Rows Property
Gets or sets the number of rows in this barcode.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As PDFCodablockFBarcode
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 2, or greater than 44.
Remarks
The minimum number of rows in a CODABLOCK F barcode is 2 and the maximum number of rows is 44.
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

PDFCodablockFBarcode Class
PDFCodablockFBarcode Members