PrintSupportSettingsUISession.UpdatePrintTicket(WorkflowPrintTicket) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the print ticket for the current session with the information in the specified print ticket object.
public:
virtual void UpdatePrintTicket(WorkflowPrintTicket ^ printTicket) = UpdatePrintTicket;
void UpdatePrintTicket(WorkflowPrintTicket const& printTicket);
public void UpdatePrintTicket(WorkflowPrintTicket printTicket);
function updatePrintTicket(printTicket)
Public Sub UpdatePrintTicket (printTicket As WorkflowPrintTicket)
Parameters
- printTicket
- WorkflowPrintTicket
The object that contains the new print ticket information.
Remarks
The print ticket contains instructions on how the printer should set its various features for a printing task.