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

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

Syntax

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

Remarks

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

See Also