Load a PDF document from a file.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
public void LoadDocument(
	string fileName
)
Visual Basic
Public Sub LoadDocument ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The name of the file that contains the PDF document.

See Also