GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareControl Class / DocuViewareControl Constructor / DocuViewareControl Constructor(String)
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