Get or set if you want this section to start on a new page.

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

Syntax

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

Remarks

By default StartOnNewPage is false.

Note that if a section has a different page size than the previous section, it will always start on a new page.

See Also