duplexMode property

String? duplexMode
getter/setter pair

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;