public final class DocumentDuplex extends Duplex implements IJobPrintTicketItem, IDocumentPrintTicketItem
Describes the duplex characteristics of the output. The duplex feature allows for printing on both sides of the media. Each document is duplexed separately. DocumentDuplex and JobDuplexAllDocumentsContiguously are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentduplex
Duplex.DuplexMode, Duplex.DuplexOption| Constructor and Description |
|---|
DocumentDuplex(Duplex.DuplexOption... options)
Creates a new instance.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic DocumentDuplex(Duplex.DuplexOption... options)
Creates a new instance.
options - An array of options specific for the feature.Copyright © 2025 Aspose. All Rights Reserved.