Skip to main content
All docs
V25.1
  • XtraPageSettingsBase.Assign(MarginsF, MarginsF, DXPaperKind, SizeF, Boolean, String) Method

    Assigns multiple page parameter simultaneously.

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

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

    Parameters

    Name Type Description
    margins DevExpress.XtraPrinting.Native.MarginsF

    The document margins.

    minMargins DevExpress.XtraPrinting.Native.MarginsF

    The minimum 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.

    paperName String

    The name of the custom paper which is used in the printer that the document is going to be printed on.

    See Also