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

In This Topic
    LoadDocument Method
    In This Topic
    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