Click or drag to resize

LicenseProvider Class

Class Spire.Pdf.LicenseProvider.
Inheritance Hierarchy
System Object
Spire.Pdf.License LicenseProvider

Namespace: Spire.Pdf.License
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class LicenseProvider

The LicenseProvider type exposes the following members.

Constructors
Name Description
Public method LicenseProvider
Initializes a new instance of the LicenseProvider class
Top
Methods
Name Description
Public method Static member ClearLicense
Clear all cached license.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Static member LoadLicense
Load the license provided by current setting to the license cache.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Static member SetAppKey
Provides app key, which will be used for AI Calling.
Public method Static member SetLicense(Stream)
Provides a license by a license stream, which will be used for loading license.
Public method Static member SetLicense(String)
Provides a license by a license file path, which will be used for loading license.
Public method Static member SetLicenseFileName
Sets the license file name, which will be used for loading license.
Public method Static member SetLicenseKey(String)
Provides a license by a license key, which will be used for loading license.
Public method Static member SetLicenseKey(String, Boolean)
Sets the license key required for license loading, and specifies whether to use a development or test license.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method Static member UnbindDevelopmentOrTestingLicenses
Unbind development or testing licenses. Only development or testing licenses can be unbound, deployment licenses cannot be unbound. The approach to lifting development or testing licenses does not allow frequent invocation by the same machine code, mandating a two-hour wait period before it can be invoked again.
Top
See Also