Share via


PrintWorkflowPrinterJob.GetJobPrintTicket Method

Definition

Gets the XML PrintTicket document for the current print job. The PrintTicket document contains instructions on how the printer should set its various features for a printing task.

public:
 virtual WorkflowPrintTicket ^ GetJobPrintTicket() = GetJobPrintTicket;
WorkflowPrintTicket GetJobPrintTicket();
public WorkflowPrintTicket GetJobPrintTicket();
function getJobPrintTicket()
Public Function GetJobPrintTicket () As WorkflowPrintTicket

Returns

The XML PrintTicket document for the current print job.

Applies to