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