PDFView4NET WPF Edition
ActualRows Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDF417Barcode Class : ActualRows Property
Returns the actual number of rows used by this barcode.
Syntax
'Declaration
 
Public ReadOnly Property ActualRows As Integer
'Usage
 
Dim instance As PDF417Barcode
Dim value As Integer
 
value = instance.ActualRows
public int ActualRows {get;}
public: __property int get_ActualRows();
public:
property int ActualRows {
   int get();
}

Property Value

An integer value specifying the actual number of rows used by this barcode.
Remarks
This value is computed automatically by the library when Rows property is 0. When Rows property is not 0, this property matches the Rows property.
This property returns -1 if a valid number of rows can not be computed for the following combination: barcode data, columns and error correction level.
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