PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerLoadFile Method

PDF Viewer Control for .NET Windows Forms
Opens and displays the specified document within the browser.

Namespace:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public bool LoadFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The pathname of the file to be opened.

Return Value

Type: Boolean
false if the file could not be opened, true otherwise.
See Also

Reference