ComponentOne PdfViewer for UWP
LoadDocument Method

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class : LoadDocument Method
The stream.
A user password for a a PDF document.
Load a PDF document from a System.IO.Stream.
Syntax
'Declaration
 
Public Sub LoadDocument( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal password As System.String _
) 
public void LoadDocument( 
   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