Get or set the left indentation of the number part.

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

Syntax

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

Remarks

The indentation respects the left margin of the current section.

See Also