Skip to main content
All docs
V24.2

PageSetupEditorForm.Setup(ICollection<DXPaperSize>, DXPaperKind, Size, DXGraphicsUnit, Boolean, MarginsF, MarginsF) Method

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v24.2.dll

Declaration

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

Parameters

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