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

IPrintingSystem.InsertPageBreak(Single) Method

If implemented by a class, inserts a page break at a specified position.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

void InsertPageBreak(
    float pos
)

Parameters

Name Type Description
pos Single

A Single value which specifies the position to insert a page break.

Remarks

A page break must be inserted between two bricks. The pos parameter value must be the next coordinate value, after the lowest coordinate of the brick preceding the page break.

See Also