Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / C1PdfViewer Class / LoadDocument Method / LoadDocument(Stream,String) Method
The stream.
A user password for a a PDF document.

In This Topic
    LoadDocument(Stream,String) Method
    In This Topic
    Load a PDF document from a System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadDocument( _
       ByVal stream As Stream, _
       Optional ByVal password As String _
    ) 
    public void LoadDocument( 
       Stream stream,
       string password
    )

    Parameters

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