Get or set the left 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 LeftIndentation { get; set; }
Visual Basic
Public Property LeftIndentation As Double
	Get
	Set

Remarks

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

See Also