Clears the document.

 

   

Syntax
 

[C#]
virtual void Clear()

[Visual Basic]
Sub Clear()

 

   

Params
 
Name Description
return n/a.

 

   

Notes
 

Use this method to release resources and return the document to a just-created state.

 

   

Example
 

None.