Get or set the right side indent for this paragraph.

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

Syntax

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

Remarks

For this paragraph only, the right margin shifts to the left by the amount specified. Can be negative (implies right shift).

See Also