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. |
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final Duplex.DuplexOption OneSided
Specifies one sided printing.
public static final Duplex.DuplexOption twoSidedShortEdge(Duplex.DuplexMode duplexMode)
Specifies two sided printing such that the page is flipped parallel to the
MediaSizeWidth direction.
duplexMode - The DuplexModeDuplexoption.
public static final Duplex.DuplexOption twoSidedLongEdge(Duplex.DuplexMode duplexMode)
Specifies two sided printing such that the page is flipped parallel to the
MediaSizeHeight direction.
duplexMode - The DuplexModeDuplex option.Copyright © 2025 Aspose. All Rights Reserved.