duplexMode property
Duplex mode. Possible string values are:
- "DUPLEX_MODE_UNSPECIFIED" : Unspecified.
- "ONE_SIDED" : One-sided.
- "TWO_SIDED_LONG_EDGE" : Two-sided flipping over long edge.
- "TWO_SIDED_SHORT_EDGE" : Two-sided flipping over short edge.
Implementation
core.String? duplexMode;