Class JobNUpAllDocumentsContiguously

Class JobNUpAllDocumentsContiguously

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

描述将多个逻辑页面输出到单个物理表中的内容。作业中的所有文档都连续编译在一起。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

继承

objectPrintTicketElementCompositePrintTicketElementFeatureNUpJobNUpAllDocumentsContiguously

实现

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

该特性实例。

 中文