Share via


IScreenshotResult.OpenReadAsync(ScreenshotFormat, Int32) Method

Definition

Opens a Stream to the corresponding screenshot file on the filesystem.

public System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync (Microsoft.Maui.Media.ScreenshotFormat format = Microsoft.Maui.Media.ScreenshotFormat.Png, int quality = 100);
abstract member OpenReadAsync : Microsoft.Maui.Media.ScreenshotFormat * int -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function OpenReadAsync (Optional format As ScreenshotFormat = Microsoft.Maui.Media.ScreenshotFormat.Png, Optional quality As Integer = 100) As Task(Of Stream)

Parameters

format
ScreenshotFormat

The image format used to read this screenshot.

quality
Int32

The quality used to read this screenshot.

Returns

A Stream containing the screenshot file data.

Applies to