Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Create multi-column PDF documents in C# and VB.NET

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.

See also