Skip to main content
A newer version of this page is available.
All docs
V22.1

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Parameters

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