TextColumn Class
Represents a column in a Section.
- Inheritance:
- System.ObjectTextColumn
Remarks
Document content can be presented with more than one column, like in newspapers. To present a document with multiple columns, insert TextColumn into TextColumns property on a parent Section.
For more information about PageSetup, see page setup example.
Properties
SpaceAfter
Gets or sets the space between two columns (in points). Set this property only if EvenlySpaced is false.
Property Value
- System.Double
The space between two columns (in points).
Remarks
The default value for this property is 35.4 points.
Width
Gets or sets the width of the column (in points). Set this property only if EvenlySpaced is false.
Property Value
- System.Double
The width of the column (in points).