Documents for PDF, .NET Edition Documentation
Duplex Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : Duplex Enumeration
(PDF 1.7) The paper handling option to use when printing the file from the print dialog.
Syntax
'Declaration
 
Public Enum Duplex 
   Inherits System.Enum
public enum Duplex : System.Enum 
Members
MemberDescription
DuplexFlipLongEdgeDuplex and flip on the long edge of the sheet.
DuplexFlipShortEdgeDuplex and flip on the short edge of the sheet.
SimplexPrint single sided.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Duplex

See Also

Reference

GrapeCity.Documents.Pdf Namespace