public final class JobNUpAllDocumentsContiguously extends NUp implements IJobPrintTicketItem
Describes the output of multiple logical pages to a single physical sheet. All documents in the job
are compiled together contiguously. JobNUpAllDocumentsContiguously and 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
NUp.INUpItem, NUp.PresentationDirection| Constructor and Description |
|---|
JobNUpAllDocumentsContiguously(NUp.INUpItem... items)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
JobNUpAllDocumentsContiguously |
addPagesPerSheetOption(int value)
Adds and option with a
PagesPerSheet scored property value. |
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic JobNUpAllDocumentsContiguously(NUp.INUpItem... items)
Creates a new instance.
items - An array of items specific for the feature.public JobNUpAllDocumentsContiguously addPagesPerSheetOption(int value)
Adds and option with a PagesPerSheet scored property value.
Specifies the number of logical pages per physical sheet.
value - A PagesPerSheet scored property value.
Supported set can be any set of integers E.g. {1,2,4,6,8,9,16}.Copyright © 2025 Aspose. All Rights Reserved.