KitLicenseSetLicense Method (String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the license.

Namespace:  Apitron.Licensing
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static void SetLicense(
	string license
)

Parameters

license
Type: SystemString
The license string.
Exceptions

ExceptionCondition
ArgumentExceptionIf license string is null or empty.
See Also

Reference