C1.Silverlight.PdfViewer.5
LoadDocument(String,String) Method

The name of the file that contains the PDF document.
A user password for a a PDF document.
Load a PDF document from a file.
Syntax
'Declaration
 
Public Overloads Sub LoadDocument( _
   ByVal fileName As System.String, _
   Optional ByVal password As System.String _
) 
public void LoadDocument( 
   System.string fileName,
   System.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

Reference

C1PdfViewer Class
C1PdfViewer Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.