Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / LoadDocument Method / LoadDocument(String,String) Method
The name of the file that contains the PDF document.
A user password for a a PDF document.

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

    Parameters

    fileName
    The name of the file that contains the PDF document.
    password
    A user password for a a PDF document.
    See Also