Adds a column with fixed width.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public void ConstantColumn(
double width
)
VB
Public Sub ConstantColumn (
width As Double
)
Parameters
- width
- Type: System.Double
The width in points.
See Also