Load a PDF document from a Stream.

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

Syntax

C#
public void LoadDocument(
	Stream stream
)
Visual Basic
Public Sub LoadDocument ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream.

See Also