Dual column even spacing

I’m looking for an option which can even balance the dual column text in pdf document

Aspose word has the following property to achieve dual column even spacing

currentSection.PageSetup.TextColumns.EvenlySpaced = true;

But i don’t find similar option in floatBox.ColumnInfo of Aspose.pdf

Hi Prashant,


Thanks for contacting support.

With Aspose.Pdf for .NET, you have to programmatically specify the space between columns using ColumnInfo.ColumnSpacing property, as per instructions specified over Create Multi-Column PDF document.

However in order to support EvenlySpaced feature, its been logged in our issue tracking system as PDFNEWNET-40194. We will further look into the details of this requirement and will keep you posted on the status of correction.

We are sorry for your inconvenience.