IWebViewControl.CapturePreviewToStreamAsync(IRandomAccessStream) Method

Definition

Creates an image of the current IWebViewControl contents and writes it to the specified stream.

public:
 IAsyncAction ^ CapturePreviewToStreamAsync(IRandomAccessStream ^ stream);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CapturePreviewToStreamAsync(IRandomAccessStream const& stream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CapturePreviewToStreamAsync(IRandomAccessStream stream);
function capturePreviewToStreamAsync(stream)
Public Function CapturePreviewToStreamAsync (stream As IRandomAccessStream) As IAsyncAction

Parameters

stream
IRandomAccessStream

The stream to write the image to.

Returns

An asynchronous action to await the capture operation.

Attributes

Applies to