Licensing Class

Manages the license settings for the library tools

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.0.0
C#
public class Licensing
Inheritance
Object    Licensing

Constructors

LicensingInitializes a new instance of the Licensing class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

LicenseKey The license key used by the library tools. Set this property to the license key received after purchase to run the library in licensed mode. If not set, the library will operate in demo mode.

See Also