An unique identifier specifying the id of the session to create or reload.

In This Topic

DocuViewareControl Constructor(String)

In This Topic
Creates a DocuVieware object. An underlying session will be automatically created or reloaded.
Syntax
'Declaration
 
Public Function New( _
   ByVal SessionID As String _
)
public DocuViewareControl( 
   string SessionID
)

Parameters

SessionID
An unique identifier specifying the id of the session to create or reload.
See Also