Table of Contents
ColumnCount Property

Specifies how many columns per page.

Syntax
 public Int32 ColumnCount { get; set; }
Remarks

By default, the HTML to PDF converter outputs a single column on every page. Set this property to enable multiple column output.

This property is ignored in when Mode is set to Integrated. In Integrated mode, use CSS to control multi-column output.

See Also