PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerLoadStream Method

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

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

public bool LoadStream(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The stream to be opened.

Return Value

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

Reference