Class PagePrintTicket
PagePrintTicket class
The class that incapsulates a page-level print ticket.
public sealed class PagePrintTicket : PrintTicket
Constructors
Name | Description |
---|
PagePrintTicket(params IPagePrintTicketItem[]) | Creates a page-level print ticket instance. |
Methods
Name | Description |
---|
Add(params IPagePrintTicketItem[]) | 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