public final class PrintDuplex
extends com.aspose.ms.System.Enum
The paper handling option to use when printing the file from the print dialog..
Modifier and Type | Field and Description |
---|---|
static int |
DuplexFlipLongEdge
Duplex and flip on the long edge of the sheet.
|
static int |
DuplexFlipShortEdge
Duplex and flip on the short edge of the sheet.
|
static int |
Simplex
Print single-sided.
|
public static final int Simplex
Print single-sided.
public static final int DuplexFlipShortEdge
Duplex and flip on the short edge of the sheet.
public static final int DuplexFlipLongEdge
Duplex and flip on the long edge of the sheet.