Get or set if the paragraph needs to start on a new column.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool StartOnNewColumn { get; set; }
Visual Basic
Public Property StartOnNewColumn As Boolean
	Get
	Set

Remarks

Start this paragraph on a new column (add column break before). Ignored if the paragraph already starts on a new column.

See Also