PrintWorkflowSubmittedEventArgs.GetTarget(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.
Gets a reference to the target document for outputting the edited print job.
public:
virtual PrintWorkflowTarget ^ GetTarget(WorkflowPrintTicket ^ jobPrintTicket) = GetTarget;
PrintWorkflowTarget GetTarget(WorkflowPrintTicket const& jobPrintTicket);
public PrintWorkflowTarget GetTarget(WorkflowPrintTicket jobPrintTicket);
function getTarget(jobPrintTicket)
Public Function GetTarget (jobPrintTicket As WorkflowPrintTicket) As PrintWorkflowTarget
Parameters
- jobPrintTicket
- WorkflowPrintTicket
The print ticket specifying printer configuration options. If no printer options were specified for this print job, use null.
Returns
The target document for output.