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