Skip to main content
A newer version of this page is available.
All docs
V20.2

XtraPageSettingsBase.Assign(Margins, PaperKind, SizeF, Boolean) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void Assign(
    Margins margins,
    PaperKind paperKind,
    SizeF pageSize,
    bool landscape
)

Parameters

Name Type
margins Margins
paperKind PaperKind
pageSize SizeF
landscape Boolean
See Also