Skip to main content
All docs
V23.2

XtraPageSettingsBase.Assign(MarginsF, DXPaperKind, SizeF, Boolean) Method

Assigns multiple page parameter simultaneously.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void Assign(
    MarginsF margins,
    DXPaperKind paperKind,
    SizeF pageSize,
    bool landscape
)

Parameters

Name Type Description
margins DevExpress.XtraPrinting.Native.MarginsF

The document margins.

paperKind DXPaperKind

Specifies one of the standard paper sizes.

pageSize SizeF

The page size.

landscape Boolean

true to print a page in landscape orientation; otherwise, false.

See Also