Save the current document to a file.

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

Syntax

C#
public void SaveDocument(
	string fileName
)
Visual Basic
Public Sub SaveDocument ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The name of the file where the current document is saved.

See Also