इसके माध्यम से साझा किया गया


PrintWorkflowSourceContent.GetJobPrintTicketAsync Method

Definition

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

Applies to