XFINIUM.PDF Documentation
Columns Property (Pdf417RegularBarcode)



Xfinium.Pdf.Graphics Namespace > Pdf417RegularBarcode Class : Columns Property
Gets or sets the barcode columns.
Syntax
'Declaration
 
Public Property Columns As Integer
'Usage
 
Dim instance As Pdf417RegularBarcode
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
public int Columns {get; set;}
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

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

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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