Share via


PrintWorkflowPdlSourceContent.GetContentFileAsync Method

Definition

Retrieves the complete source content for the current job.

public:
 virtual IAsyncOperation<StorageFile ^> ^ GetContentFileAsync() = GetContentFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetContentFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetContentFileAsync();
function getContentFileAsync()
Public Function GetContentFileAsync () As IAsyncOperation(Of StorageFile)

Returns

The complete source content for the current job.

Attributes

Applies to