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 Getting Started with Layout API article provides essential information on how to generate PDFs with the API.
Check out the other articles and code samples on the C# PDF generation library page.
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.