PdfTable.ColumnWidth Property

PDF File Writer

PdfTableColumnWidth Property

Gets array of column widths.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double[] ColumnWidth { get; }

Property Value

Type: Double
Remarks

Column width is from the center of border line or a grid line to the center of the next border line or grid line.

The returned array is a copy of the internal array.

See Also