Skip to main content
A newer version of this page is available. .

PageBreakInfo.PageBreakAfter Property

Specifies whether or not a new page starts immediately after the page break.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public bool PageBreakAfter { get; set; }

Property Value

Type Description
Boolean

true to start a new page after the page break; otherwise false.

See Also