Get or set if the numbering at this level is restarted.

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

Syntax

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

Remarks

The heading number of this paragraph will be the value assigned to RestartNumberingAt. The default value is 1. Note that the numbers at a lower level are not reset.

See Also