IDocumentProperties Property: DuplexType

Property Name
DuplexType

Property Type
DuplexTypeValues

Description
Gets and sets duplex (double-sided) printing type for the document. This property is valid only if IsDuplexTypePropertySupported is True.

The following Dulex Type Values are suppored:

Duplex Type Values

Description

NoDuplex = 1

The DuplexType will be set to None

VerticalDuplex = 2

The DuplexType will be set to vertical

HorizontalDuplex = 3

The DuplexType will be set to horizontal

 

See Also