CLicenseModule
The CLicenseModule class defines general functions in the license module.
Definition
Namespace: dynamsoft::license
Assembly: DynamsoftLicense
class CLicenseModule
Methods
| Method | Description |
|---|---|
| GetVersion | Returns the version of the license module. |
GetVersion
Returns the version of the license module.
static const char* GetVersion();
Parameters
None.
Return Value
Returns a const char pointer representing the version of the license module.