ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / LoadDocumentAsync Method
The stream.
A user password for a a PDF document.

In This Topic
    LoadDocumentAsync Method
    In This Topic
    Load a PDF document from a System.IO.Stream in asynchronous way.
    Syntax
    'Declaration
     
    Public Function LoadDocumentAsync( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal password As System.String _
    ) As Windows.Foundation.IAsyncAction
    public Windows.Foundation.IAsyncAction LoadDocumentAsync( 
       System.IO.Stream stream,
       System.string password
    )

    Parameters

    stream
    The stream.
    password
    A user password for a a PDF document.
    See Also