PrintWorkflowSourceContent.GetJobPrintTicketAsync 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 print ticket for the printing task associated with this print data.
public:
virtual IAsyncOperation<WorkflowPrintTicket ^> ^ GetJobPrintTicketAsync() = GetJobPrintTicketAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WorkflowPrintTicket> GetJobPrintTicketAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WorkflowPrintTicket> GetJobPrintTicketAsync();
function getJobPrintTicketAsync()
Public Function GetJobPrintTicketAsync () As IAsyncOperation(Of WorkflowPrintTicket)
Returns
A print ticket object with the current print task configuration.
- Attributes