Click or drag to resize

CPDFSDKVerifier Class

Inheritance Hierarchy
SystemObject
  ComPDFKit.NativeMethodCPDFSDKVerifier

Namespace:  ComPDFKit.NativeMethod
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFSDKVerifier

The CPDFSDKVerifier type exposes the following members.

Constructors
  NameDescription
Public methodCPDFSDKVerifier
Initializes a new instance of the CPDFSDKVerifier class
Top
Properties
Methods
  NameDescription
Public methodStatic memberGetDeviceId
Public methodStatic memberGetSDKVersion
Public methodStatic memberLicenseVerify
Public methodStatic memberLoadNativeLibrary
Public methodStatic memberOnlineLicenseVerify
When the result in the registry is empty, it needs to be read from the remote server.
When the result in the registry is not empty, it is first verified locally.
Then, the remote content is read during the program execution.
If the remote content is different from the local content, the local content will be updated.
Otherwise, it will be not updated.
Public methodStatic memberPrintPermissions
Top
Events
  NameDescription
Public eventStatic memberLicenseRefreshed
Top
See Also