Class JobPrintTicket
JobPrintTicket class
The class that incapsulates a job-level print ticket.
public sealed class JobPrintTicket : PrintTicket
Constructors
Name | Description |
---|
JobPrintTicket(params IJobPrintTicketItem[]) | Creates a job-level print ticket instance. |
Methods
Name | Description |
---|
Add(params IJobPrintTicketItem[]) | 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. |
GetEnumerator() | Returns the print ticket item names enumerator. |
Remove(params string[]) | Removes an item from this PrintTicket item list. |
See Also