Jaa


PrintWorkflowVirtualPrinterDataAvailableEventArgs.GetTargetFileAsync Method

Definition

Gets a StorageFile representing the target file for the virtual print job.

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

Returns

The target file for the virtual print job. Returns null if the target file is not present.

Attributes

Applies to