Click or drag to resize

CPDFGenerationLicenseVerify Method

Verifies the license for PDF generation functionality

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public static LicenseErrorCode LicenseVerify(
	string license
)

Parameters

license
Type: SystemString
The license key to verify

Return Value

Type: LicenseErrorCode
LicenseErrorCode indicating the result of the verification
See Also