Get or set if a paragraph may be broken on page edges.

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

Syntax

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

Remarks

If possible, this paragraph will not be broken across two pages. If a paragraph cannot be rendered entirely on the remaining available page space, it will start on the next page leaving some blank space

See Also