ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / Duplex Property

In This Topic
    Duplex Property (SystemPrinter)
    In This Topic
    Gets or sets the report document setting for double-sided printing.
    Syntax
    'Declaration
     
    Public Property Duplex As Duplex
    public Duplex Duplex {get; set;}

    Property Value

    A System.Drawing.Duplex enumeration value.  Default is determined by System.Drawing.Printing.Duplex.Default.
    See Also