Skip to main content
All docs
V25.1
  • PageSetupEditorForm.Setup(ICollection<DXPaperSize>, DXPaperKind, SizeF, DXGraphicsUnit, Boolean, MarginsF, MarginsF) Method

    Namespace: DevExpress.XtraPrinting.Preview

    Assembly: DevExpress.XtraPrinting.v25.1.dll

    NuGet Package: DevExpress.Win.Printing

    Declaration

    public void Setup(
        ICollection<DXPaperSize> paperSizes,
        DXPaperKind paperKind,
        SizeF pageSize,
        DXGraphicsUnit unit,
        bool landscape,
        MarginsF marginsF,
        MarginsF minMarginsF
    )

    Parameters

    Name Type
    paperSizes ICollection<DXPaperSize>
    paperKind DXPaperKind
    pageSize SizeF
    unit DXGraphicsUnit
    landscape Boolean
    marginsF DevExpress.XtraPrinting.Native.MarginsF
    minMarginsF DevExpress.XtraPrinting.Native.MarginsF
    See Also