Class DocumentNUp

Class DocumentNUp

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

Describes the output and format of multiple logical pages to a single physical sheet. Each document is compiled separately. DocumentNUp and Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguously 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/documentnup

public sealed class DocumentNUp : NUp, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Inheritance

objectPrintTicketElementCompositePrintTicketElementFeatureNUpDocumentNUp

Implements

IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, 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

DocumentNUp(params INUpItem[])

Creates a new instance.

public DocumentNUp(params NUp.INUpItem[] items)

Parameters

items NUp.INUpItem[]

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 DocumentNUp 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

DocumentNUp

This feature instance.

 English