Class Column
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
A column layout.
public sealed class Column
- Inheritance
-
Column
- Inherited Members
Remarks
Columns contain vertically combined items.
Read the Column section of the Compound containers article for the detailed information about column layouts.
The .NET PDF generator article provides essential information on how to generate PDFs with the API.
Methods
- Footer()
Gets container for the column footer.
- Header()
Gets container for the column header.
- Item()
Adds item to the column body.
- Spacing(double)
Sets vertical spacing between column items.