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

Document.ShowFromNewPage(Brick) Method

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

Namespace: DevExpress.XtraPrinting

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

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