Class JobNUpAllDocumentsContiguously

Class JobNUpAllDocumentsContiguously

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

複数の論理ページを1つの物理シートに出力することを説明します。ジョブ内のすべてのドキュメントは、連続してまとめてコンパイルされます。Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguouslyとAspose.Page.XPS.XpsMetadata.DocumentNUpは相互に排他的です。これらのキーワード間の制約処理を決定するのはドライバーの責任です。
https://docs.microsoft.com/en-us/windows/win32/printdocs/jobnupalldocumentscontiguously

public sealed class JobNUpAllDocumentsContiguously : NUp, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

継承

object
PrintTicketElement
CompositePrintTicketElement
Feature
NUp
JobNUpAllDocumentsContiguously

実装

IFeatureItem,
IJobPrintTicketItem,
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()

コンストラクター

JobNUpAllDocumentsContiguously(params INUpItem[])

新しいインスタンスを作成します。

public JobNUpAllDocumentsContiguously(params NUp.INUpItem[] items)

パラメーター

items NUp.INUpItem[]

この機能に特化したアイテムの配列です。

メソッド

AddPagesPerSheetOption(int)

PagesPerSheet スコア付きプロパティ値を持つオプションを追加します。物理シートごとの論理ページの数を指定します。

public JobNUpAllDocumentsContiguously AddPagesPerSheetOption(int value)

パラメーター

value int

PagesPerSheet スコア付きプロパティ値です。
サポートされるセットは任意の整数のセットであることができます。例: {1,2,4,6,8,9,16}。

戻り値

JobNUpAllDocumentsContiguously

この機能インスタンスです。

 日本語