Get or set if the next paragraph needs start on the same page.

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

Syntax

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

Remarks

If possible, atleast some of this paragraph will be rendered on the same page as atleast some of the next paragraph. Insufficient space causes a TextFlowException.

See Also