Aspose::Page::XPS::XpsMetadata::DocumentDuplex class

DocumentDuplex class

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.

class DocumentDuplex : public Aspose::Page::XPS::XpsMetadata::Duplex,
                       public Aspose::Page::XPS::XpsMetadata::IJobPrintTicketItem,
                       public Aspose::Page::XPS::XpsMetadata::IDocumentPrintTicketItem

Methods

MethodDescription
DocumentDuplex(const System::ArrayPtr<System::SharedPtr<Duplex::DuplexOption>>&)Creates a new instance.

See Also