.NET Framework Class Library
PrintQueue.MergeAndValidatePrintTicket Method
Merges two PrintTickets and guarantees that the resulting PrintTicket is valid and does not ask for any printing functionality that the printer does not support.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
MergeAndValidatePrintTicket(PrintTicket, PrintTicket) | Merges two PrintTickets and guarantees that the resulting PrintTicket is valid and does not ask for any printing functionality that the printer does not support. |
|
MergeAndValidatePrintTicket(PrintTicket, PrintTicket, PrintTicketScope) | Merges two PrintTickets and guarantees that the resulting PrintTicket is valid, does not ask for any printing functionality that the printer does not support, and is limited to the specified scope. |
See Also