Aspose::Page::XPS::XpsMetadata::DocumentCollate class

DocumentCollate class

Describes the collating characteristics of the output. All pages in each individual document are collated. DocumentCollate and JobCollateAlldocuments are mutually exclusive. The behavior and implementation of whether both or only one of these keywords is implemented is left to the driver. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcollate.

class DocumentCollate : public Aspose::Page::XPS::XpsMetadata::Collate,
                        public Aspose::Page::XPS::XpsMetadata::IJobPrintTicketItem,
                        public Aspose::Page::XPS::XpsMetadata::IDocumentPrintTicketItem

Methods

MethodDescription
DocumentCollate(const System::ArrayPtr<System::SharedPtr<Collate::CollateOption>>&)Creates a new instance.

See Also