ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf Namespace / Enums.DuplexMode Enumeration

In This Topic
    Enums.DuplexMode Enumeration
    In This Topic
    Specifies Printer duplex option. For best results, the selected printer should support duplex printing if you select a duplex option.
    Syntax
    'Declaration
     
    Public Enum Enums.DuplexMode 
       Inherits System.Enum
    public enum Enums.DuplexMode : System.Enum 
    Members
    MemberDescription
    DuplexFlipLongEdgePrints on both sides of the paper; the paper flips along the long edge.
    DuplexFlipShortEdgePrints on both sides of the paper; the paper flips along the short edge.
    SimplexPrints on one side of the paper.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Export.Pdf.Enums.DuplexMode

    See Also