Method ConstantColumn
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
ConstantColumn(double)
Adds a column with fixed width.
public void ConstantColumn(double width)
Parameters
width
doubleThe width in points.
Remarks
Read the Columns and rows section of the Table container article for more information about working with columns.