Duplex - PrintDialog
specifies the double-sided printing type
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Duplex
| Access Type | Syntax |
|---|---|
| Read Access: | Get Duplex to IntegerVariable |
| Write Access: | Set Duplex to IntegerVariable/Value |
Description
This property specifies the double-sided printing type. Possible values are:
| Constant | Meaning |
|---|---|
| DMDUP_SIMPLEX | Simplex |
| DMDUP_HORIZONTAL | Horizontal |
| DMDUP_VERTICAL | Vertical |