Table of Contents
ColumnGapWidth Property

Specifies the width of the gap between columns in inches.

Syntax
 public Single ColumnGapWidth { get; set; }
Remarks

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

See Also