PDF Viewer Control for .NET 2.0 Windows Forms
LoadFile Method (fileName)
NamespacesPdfViewer4WinNetPdfViewerLoadFile(String)
Opens and displays the specified document within the browser.
Declaration Syntax
C#Visual BasicVisual C++
public bool LoadFile(
	string fileName
)
Public Function LoadFile ( _
	fileName As String _
) As Boolean
public:
bool LoadFile(
	String^ fileName
)
Parameters
fileName (String)
The pathname of the file to be opened.
Return Value
false if the file could not be opened, true otherwise.

Assembly: PdfViewer4WinNet (Module: PdfViewer4WinNet) Version: 2.0.3167.22351 (2.0.0.0)