Click or drag to resize

LibraryManagerLicenseVerify Method

Verifies the provided license key along with device ID and application ID.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static ErrorCode LicenseVerify(
	string license
)

Parameters

license  String
The license key string to be verified.

Return Value

ErrorCode
ErrorCode indicating the success or failure of the verification process.
See Also