LicenseManager Class

Class for license management. Provides properties and methods to add one or multiple licenses to the Docotic.Pdf library.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.LicenseManager

Namespace:  BitMiracle.Docotic
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static class LicenseManager
VB
Public NotInheritable Class LicenseManager

The LicenseManager type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberHasValidLicense
Gets a value indicating whether this instance has a valid license(s).
Public propertyStatic memberUid
Retrieves a unique ID for your server. We generate server license keys using this UID.

Methods

  NameDescription
Public methodStatic memberAddLicenseData(String)
Adds license data to the Docotic.Pdf library.
Public methodStatic memberAddLicenseData(String, String)
Adds license data to the Docotic.Pdf library.
Public methodStatic memberGetApplicationInfo
Gets information about the running application.
Public methodStatic memberReset
Resets all previously set licenses.

See Also