Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 870 Bytes

File metadata and controls

27 lines (19 loc) · 870 Bytes
-api-id M:Windows.Data.Pdf.PdfPage.RenderToStreamAsync(Windows.Storage.Streams.IRandomAccessStream)
-api-type winrt method

Windows.Data.Pdf.PdfPage.RenderToStreamAsync

-description

Outputs a stream of data, which represents a Portable Document Format (PDF) page's contents, as an asynchronous action. This asynchronous action can be used to create an image of the Portable Document Format (PDF) page.

-parameters

-param outputStream

The stream of data, which represents a Portable Document Format (PDF) page's content.

-returns

The asynchronous action.

-remarks

-examples

-see-also

RenderToStreamAsync(IRandomAccessStream, PdfPageRenderOptions)