DocumentPrintTicket class

DocumentPrintTicket class

The class that incapsulates a document-level print ticket.

Inheritance: DocumentPrintTicketPrintTicket

The DocumentPrintTicket type exposes the following members:

Constructors

NameDescription
DocumentPrintTicket(items)Initializes a new instance of the DocumentPrintTicket 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