Class JobCollateAllDocuments
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the collating characteristics of the output. All documents in each individual job are collated. Aspose.Page.XPS.XpsMetadata.DocumentCollate and Aspose.Page.XPS.XpsMetadata.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/jobcollatealldocuments
public sealed class JobCollateAllDocuments : Collate, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← Collate ← JobCollateAllDocuments
Implements
IFeatureItem, IJobPrintTicketItem, 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
JobCollateAllDocuments(params CollateOption[])
Creates a new instance.
public JobCollateAllDocuments(params Collate.CollateOption[] options)
Parameters
options
Collate.CollateOption[]
An array of options specific for the feature.