Skip to main content
All docs
V23.2

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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