Table of Contents

Class LicenseManager

Namespace
CobaltPdf.Licensing
Assembly
CobaltPdf.dll
public static class LicenseManager
Inheritance
LicenseManager
Inherited Members

Properties

LicensedCompany

public static string LicensedCompany { get; }

Property Value

string

LicensedExpiryUtc

public static DateTime LicensedExpiryUtc { get; }

Property Value

DateTime

LicensedType

public static LicenseType LicensedType { get; }

Property Value

LicenseType

Methods

SetLicense(string)

public static void SetLicense(string key)

Parameters

key string

Validate()

Call this method inside your library methods (e.g. inside SavePdf, AddPage, etc)

public static void Validate()