public static final class Duplex.DuplexOption extends Option
Describes the JobDuplexAllDocumentsContiguously
and DocumentDuplex
features options.
Modifier and Type | Field and Description |
---|---|
static Duplex.DuplexOption |
OneSided
Specifies one sided printing.
|
Modifier and Type | Method and Description |
---|---|
static Duplex.DuplexOption |
twoSidedLongEdge(Duplex.DuplexMode duplexMode)
Specifies two sided printing such that the page is flipped parallel to the
MediaSizeHeight direction. |
static Duplex.DuplexOption |
twoSidedShortEdge(Duplex.DuplexMode duplexMode)
Specifies two sided printing such that the page is flipped parallel to the
MediaSizeWidth direction. |
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static Duplex.DuplexOption OneSided
Specifies one sided printing.
public static Duplex.DuplexOption twoSidedShortEdge(Duplex.DuplexMode duplexMode)
Specifies two sided printing such that the page is flipped parallel to the
MediaSizeWidth
direction.
duplexMode
- The DuplexMode
Duplexoption.
public static Duplex.DuplexOption twoSidedLongEdge(Duplex.DuplexMode duplexMode)
Specifies two sided printing such that the page is flipped parallel to the
MediaSizeHeight
direction.
duplexMode
- The DuplexMode
Duplex
option.Copyright © 2022 Aspose. All Rights Reserved.