Get or set the page number of the first page of this section.

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

Syntax

C#
public int RestartPageNumber { get; set; }
Visual Basic
Public Property RestartPageNumber As Integer
	Get
	Set

Remarks

When set to -1, page numbering continues from the previous section. This property is ignored when the StartOnNewPage is false.

See Also