Skip to main content
All docs
V25.1
  • PrintingSystemBase.InsertPageBreak(Single, MarginsF, Nullable<DXPaperKind>, Size, Nullable<Boolean>) Method

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.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