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[]

機能に特有のオプションの配列。

 日本語