Skip to main content

Document.ShowFromNewPage(Brick) Method

Override this method to draw the specified brick on a new page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public abstract void ShowFromNewPage(
    Brick brick
)

Parameters

Name Type Description
brick Brick

A Brick object.

Remarks

This method enables you to insert a page break into a document and start drawing the specified brick on a new page.

See Also