Click or drag to resize

LicenseErrorCode Enumeration

License error codes

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public enum LicenseErrorCode
Members
  Member nameValueDescription
LICENSE_SUCCESS0 License verification successful
LICENSE_ERROR_NOT_INIT-12 License initialization failed
LICENSE_ERROR_INVALID-13 License invalid
LICENSE_ERROR_EXPIRED-14 License expired
LICENSE_ERROR_NO_PERMISSION-15 License no permission
See Also