This sample shows how to organize PDF content using rows and columns.
You can use the LayoutContainer.Column method to stack content items vertically. And the LayoutContainer.Row method allows you to arrange content horizontally.
You can combine and nest rows and columns to build any tabular layout. Alternatively, you may use LayoutContainer.Table method.
This sample code uses free Docotic.Pdf.Layout add-on for Docotic.Pdf library.