XFINIUM.PDF Documentation
Rows Property (Pdf417RegularBarcode)



Gets or sets the barcode rows.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As Pdf417RegularBarcode
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
public int Rows {get; set;}
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

The number of data rows.
Remarks
PDF 417 barcodes support 3 to 90 rows. 0 rows means that the number of rows is computed automatically.
Note: Rows and Columns cannot be both 0.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf417RegularBarcode Class
Pdf417RegularBarcode Members

Send Feedback