Class JobNUpAllDocumentsContiguously
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the output of multiple logical pages to a single physical sheet. All documents in the job are compiled together contiguously. Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguously and Aspose.Page.XPS.XpsMetadata.DocumentNUp are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobnupalldocumentscontiguously
public sealed class JobNUpAllDocumentsContiguously : NUp, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← NUp ← JobNUpAllDocumentsContiguously
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
JobNUpAllDocumentsContiguously(params INUpItem[])
Creates a new instance.
public JobNUpAllDocumentsContiguously(params NUp.INUpItem[] items)
Parameters
An array of items specific for the feature.
Methods
AddPagesPerSheetOption(int)
Adds and option with a PagesPerSheet
scored property value.
Specifies the number of logical pages per physical sheet.
public JobNUpAllDocumentsContiguously AddPagesPerSheetOption(int value)
Parameters
value
int
A PagesPerSheet
scored property value.
Supported set can be any set of integers E.g. {1,2,4,6,8,9,16}.
Returns
JobNUpAllDocumentsContiguously
This feature instance.