PDF Viewer Control for .NET 2.0 Windows Forms
LoadStream Method (pdfStream)
NamespacesPdfViewer4WinNetPdfViewerLoadStream(Stream)
Opens and displays the specified stream within the browser.
Declaration Syntax
C#Visual BasicVisual C++
public bool LoadStream(
	Stream pdfStream
)
Public Function LoadStream ( _
	pdfStream As Stream _
) As Boolean
public:
bool LoadStream(
	Stream^ pdfStream
)
Parameters
pdfStream (Stream)
The stream to be opened.
Return Value
false if the file could not be opened, true otherwise.

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.1.0.16508 (3.1.0.0)