FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / LoadFromStreamAsync Method
The source stream.

In This Topic
    LoadFromStreamAsync Method
    In This Topic
    Loads the PDF document from the specified stream.
    Syntax
    'Declaration
     
    Public Function LoadFromStreamAsync( _
       ByVal stream As IRandomAccessStream, _
       Optional ByVal password As String _
    ) As Task
    public Task LoadFromStreamAsync( 
       IRandomAccessStream stream,
       string password
    )

    Parameters

    stream
    The source stream.
    password
    See Also