PrintDuplex

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PrintDuplex extends System.Enum

The paper handling option to use when printing the file from the print dialog..

Fields

FieldDescription
SimplexPrint single-sided.
DuplexFlipShortEdgeDuplex and flip on the short edge of the sheet.
DuplexFlipLongEdgeDuplex and flip on the long edge of the sheet.

Simplex

public static final int Simplex

Print single-sided.

DuplexFlipShortEdge

public static final int DuplexFlipShortEdge

Duplex and flip on the short edge of the sheet.

DuplexFlipLongEdge

public static final int DuplexFlipLongEdge

Duplex and flip on the long edge of the sheet.