Skip to main content

IPrintingSystem.InsertPageBreak(Single) Method

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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