# Duplex

## Content

# Enumeration: Duplex

(PDF 1.7) The paper handling option to use when printing the file from the print dialog.

## Enumeration Members

### DuplexFlipLongEdge

```ts
DuplexFlipLongEdge: 2;
```

Duplex and flip on the long edge of the sheet.

***

### DuplexFlipShortEdge

```ts
DuplexFlipShortEdge: 1;
```

Duplex and flip on the short edge of the sheet.

***

### Simplex

```ts
Simplex: 0;
```

Print single sided.
