PDFView4NET WPF Edition
Rows Property (PDFCode16KBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFCode16KBarcode Class : Rows Property
Gets or sets the number of rows in this barcode.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As PDFCode16KBarcode
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 but not 0, or greater than 16.
Remarks
The minimum number of rows in a Code 16K barcode is 2 and the maximum number of rows is 16. If this property is 0, the number of rows is calculated automatically to accomodate the barcode data.
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

PDFCode16KBarcode Class
PDFCode16KBarcode Members