PdfTable.Columns Property

PDF File Writer

PdfTableColumns Property

Gets the number of columns in the table.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int Columns { get; }

Property Value

Type: Int32
The number of columns in the table.
Remarks
SetColumnWidth method sets this value.
See Also