Aspose::Page::XPS::XpsMetadata::DocumentNUp class

DocumentNUp class

Describes the output and format of multiple logical pages to a single physical sheet. Each document is compiled separately. DocumentNUp and JobNUpAllDocumentsContiguously 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/documentnup.

class DocumentNUp : public Aspose::Page::XPS::XpsMetadata::NUp,
                    public Aspose::Page::XPS::XpsMetadata::IJobPrintTicketItem,
                    public Aspose::Page::XPS::XpsMetadata::IDocumentPrintTicketItem

Methods

MethodDescription
AddPagesPerSheetOption(int32_t)Adds and option with a PagesPerSheet scored property value. Specifies the number of logical pages per physical sheet.
DocumentNUp(const System::ArrayPtr<System::SharedPtr<NUp::INUpItem>>&)Creates a new instance.

See Also