Install a redistribution license.

 

   

Syntax
 

[C#]
bool InstallRedistributionLicense(string license)

[Visual Basic]
Function InstallRedistributionLicense(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 redistribution license. Call this method at application startup before any ABCocr 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.