public final class PagePrintTicket extends PrintTicket
The class that incapsulates a page-level print ticket.
| Constructor and Description |
|---|
PagePrintTicket(IPagePrintTicketItem... items)
Creates a page-level print ticket instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(IPagePrintTicketItem... items)
Adds an array of items to the end of this PrintTicket item list.
|
iterator, removeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic PagePrintTicket(IPagePrintTicketItem... items)
Creates a page-level print ticket instance.
items - An arbitrary array of IPagePrintTicketItem instances.
Each one must be a Feature, a ParameterInit or a Property instance.public void add(IPagePrintTicketItem... items)
Adds an array of items to the end of this PrintTicket item list.
Each one may be a Feature, a ParameterInit or a Property instance.
items - An array of items to add.Copyright © 2025 Aspose. All Rights Reserved.