PrintWorkflowPrinterJob.GetJobPrintTicket 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.
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.