Class DocumentCollate
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
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
public sealed class DocumentCollate : Collate, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← Collate ← DocumentCollate
Implements
IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inherited Members
Feature.Add(params IFeatureItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DocumentCollate(params CollateOption[])
Creates a new instance.
public DocumentCollate(params Collate.CollateOption[] options)
Parameters
options
Collate.CollateOption[]
An array of options specific for the feature.