Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / LoadDocument Method / LoadDocument(Stream,String) Method

In This Topic
    LoadDocument(Stream,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadDocument( _
       ByVal stream As Stream, _
       Optional ByVal password As String _
    ) 
    public void LoadDocument( 
       Stream stream,
       string password
    )

    Parameters

    stream
    password
    See Also