Class DocumentCollate

Class DocumentCollate

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

描述输出的整理特性。每个单独文档中的所有页面都被整理。
DocumentCollate 和 JobCollateAlldocuments 是互斥的。这两个关键字的实现行为和方式由驱动程序决定。
https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcollate

public sealed class DocumentCollate : Collate, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

继承

object
PrintTicketElement
CompositePrintTicketElement
Feature
Collate
DocumentCollate

实现

IFeatureItem,
IJobPrintTicketItem,
IDocumentPrintTicketItem,
IPrintTicketItem,
IPrintTicketElementChild

继承成员

Feature.Add(params IFeatureItem[]),
PrintTicketElement.Name,
object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()

构造函数

DocumentCollate(params CollateOption[])

创建一个新实例。

public DocumentCollate(params Collate.CollateOption[] options)

参数

options Collate.CollateOption[]

特性特定的选项数组。

 中文