PagePrintTicket

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicket

public final class PagePrintTicket extends PrintTicket

The class that incapsulates a page-level print ticket.

Constructors

ConstructorDescription
PagePrintTicket(IPagePrintTicketItem[] items)Creates a page-level print ticket instance.

Methods

MethodDescription
add(IPagePrintTicketItem[] items)Adds an array of items to the end of this PrintTicket item list.

PagePrintTicket(IPagePrintTicketItem[] items)

public PagePrintTicket(IPagePrintTicketItem[] items)

Creates a page-level print ticket instance.

Parameters:

ParameterTypeDescription
itemscom.aspose.xps.metadata.IPagePrintTicketItem[]An arbitrary array of IPagePrintTicketItem instances. Each one must be a Feature , a ParameterInit or a Property instance.

add(IPagePrintTicketItem[] items)

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.

Parameters:

ParameterTypeDescription
itemscom.aspose.xps.metadata.IPagePrintTicketItem[]An array of items to add.