ActivateLicense
[This method is only in version 2.0 of Gnostice eDocEngine ActiveX/. NET]
The ActivateLicense method is used activate the License for Gnostice eDocEngineActiveX Control.
Syntax
[VC++]
Bool ActivateLicense(LPCTSTR LicenseKey);
[C#]
public abstract new System.Boolean ActivateLicense ( System.String LicenseKey )
[VB]
Sub ActivateLicense(LicenseKey As String) As Boolean