Skip to main content
All docs
V23.2

PrintingSystemBase.InsertPageBreak(Single, MarginsF, Nullable<DXPaperKind>, Size, Nullable<Boolean>) Method

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void InsertPageBreak(
    float pos,
    MarginsF margins,
    DXPaperKind? paperKind,
    Size pageSize,
    bool? landscape
)

Parameters

Name Type
pos Single
margins DevExpress.XtraPrinting.Native.MarginsF
paperKind Nullable<DXPaperKind>
pageSize Size
landscape Nullable<Boolean>
See Also