PrintSupportSettingsUISession.UpdatePrintTicket(WorkflowPrintTicket) Method

Definition

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.

Applies to