JobPrintTicket class

JobPrintTicket class

The class that incapsulates a job-level print ticket.

Inheritance: JobPrintTicketPrintTicket

The JobPrintTicket type exposes the following members:

Constructors

NameDescription
JobPrintTicket(items)Initializes a new instance of the JobPrintTicket class

Methods

NameDescription
remove(names)Removes an item from this PrintTicket item list.
add(items)Adds an array of items to the end of this PrintTicket item list.
Each one may be a Feature, an Option or a Property instance.

See Also