Split a page into columns

Hi Support,

How can I divide a page into columns? In the PDF.Generator I was able to add a section then divide the section, but with the Document object I cannot do that anymore.
Tried to use Table, but I need to fill in the data first column of the page first, then second column (fill in vertically).

Found this, but not sure how to apply it to my Page

ColumnInfo col = new ColumnInfo();
col.ColumnCount = 3;

Please advice.
Thanks !

@vardanho,

Thanks for contacting support.

In order to accomplish your requirement with new Document Object Model of Aspose.Pdf, please follow the instructions specified over https://docs.aspose.com/pdf/net/add-text-to-pdf-file/