The license key. Can be a demo key, a developer key or a server key.

In This Topic

RegisterKEY Method (DocuViewareLicensing)

In This Topic
Unlocks the DocuVieware assembly.
Syntax
'Declaration
 
Public Shared Function RegisterKEY( _
   ByVal key As String _
) As Boolean
public static bool RegisterKEY( 
   string key
)

Parameters

key
The license key. Can be a demo key, a developer key or a server key.

Return Value

True if the assembly has been succesfully unlocked, False otherwise.
See Also