ComponentOne PdfViewer for UWP
LoadDocumentAsync Method

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class : LoadDocumentAsync Method
The stream.
A user password for a a PDF document.
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

Reference

C1PdfViewer Class
C1PdfViewer Members