DocumentPrintTicket.Add

DocumentPrintTicket.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 IDocumentPrintTicketItem[] items)
ParameterTypeDescription
itemsIDocumentPrintTicketItem[]An array of items to add.

See Also