Class PDFC
Main class
Inheritance
System.Object
PDFC
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Pdfc
Assembly: inetsoftware.Pdfc.dll
Syntax
public static class PDFC
Methods
ActivateLicense(String)
This method activates an activation key or a license key. The two types of key have a different purpose:
- Activation key: Can be used on any system to set a license.The activation requires an active Internet connection and will bind the key to the current system.
- License key A license key contains the license data and the system ID of the system it is valid for. So it does not require an Internet connection to activate, but it's only valid on one system.
Declaration
public static void ActivateLicense(string activationOrLicenseKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | activationOrLicenseKey | the activation or license key to be set |
Exceptions
Type | Condition |
---|---|
ProcessException |