C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / CloseDocument Method


In This Topic
CloseDocument Method
In This Topic
Clears the document, removing all content and resetting all properties and settings to their initial default values.
Syntax
'Declaration
 
Public Sub CloseDocument() 
 
'Usage
 
Dim instance As FlexViewer
 
instance.CloseDocument()
See Also