Restores the document to its initial state.

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

Syntax

C#
public void Clear()
Visual Basic
Public Sub Clear

Remarks

All current content and security settings are discarded, a single empty page is created, and the CurrentPage property is set to zero.

See Also