Get or set the number of added user space units below the rendered paragraph.

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

Syntax

C#
public double SpacingAfter { get; set; }
Visual Basic
Public Property SpacingAfter As Double
	Get
	Set

Remarks

This spacing may be omitted at the bottom of the page. In other words, it cannot cause a page break.

See Also