JobPrintTicket.Add

JobPrintTicket.Add method

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.

public void Add(params IJobPrintTicketItem[] items)
ParameterTypeDescription
itemsIJobPrintTicketItem[]An array of items to add.

See Also