Skip to main content
All docs
V25.1
  • DXPrinterSettings.Duplex Property

    Specifies whether and how to print on both sides of the paper.

    Namespace: DevExpress.Drawing.Printing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public virtual DXDuplexMode Duplex { get; set; }

    Property Value

    Type Description
    DXDuplexMode

    A DXDuplexMode value that specifies the duplex mode.

    Available values:

    Name Description
    Default

    Default mode (Simplex).

    Simplex

    Printing on one side of the paper.

    DuplexShortEdge

    Pages are bound along the short edge of the page.

    DuplexLongEdge

    Pages are bound along the long edge of the page.

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to Duplex
    Cross-Platform Class Library PrintDocumentEventArgs
    .PrinterSettings .Duplex
    Office File API PrintOptions
    .PrinterSettings .Duplex
    PdfPrinterSettings
    .DXSettings .Duplex
    See Also