API Reference

Class

PdfMultiColumnOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Controls automatic block flow across equal-width page columns.

Inheritance

  • Object
  • PdfMultiColumnOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Int32 ColumnCount { get; set; } #

Number of equal-width columns.

public Double Gap { get; set; } #

Horizontal gutter between columns in points.

public Boolean BalanceLastPage { get; set; } #

Whether the final page should distribute blocks toward similar column heights.

public Boolean BalanceParagraphLines { get; set; } #

Whether long paragraphs may be split at already wrapped line boundaries to balance the final page.

public Nullable<PdfColor> SeparatorColor { get; set; } #

Optional separator color between columns.

public Double SeparatorWidth { get; set; } #

Separator width in points.