Save the current document to a Stream.

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

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
The stream where the current document is saved.

See Also