XSettings InstallLicense Function. Install a license. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Install a license.

 

   
Syntax  

[C#]
bool InstallLicense(string license)

[Visual Basic]
Function InstallLicense(license As String) As Boolean

 

   

Params
 
Name Description
license The license to install.
return True if a license is installed, otherwise false.

 

   

Notes
 

Use this method to install a license. Call this method at application startup before any ABCpdf objects have been created. You only need to call this method once though calling it additional times will not cause problems.

Any license installed using this method will remain available to the current process (or application pool) until it unloads.

 

   

Example
 

See Manual Installation.