| SignDocDocumentLoaderinitLicenseManager Method |
Initialize license management.
License management must be initialized before the non - static methods of SignDocDocumentLoader can be used.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic static void initLicenseManager(
int who1,
int who2
)
Public Shared Sub initLicenseManager (
who1 As Integer,
who2 As Integer
)
public:
static void initLicenseManager(
int who1,
int who2
)
static member initLicenseManager :
who1 : int *
who2 : int -> unit
Parameters
- who1
- Type: SystemInt32
The first magic number for the product. - who2
- Type: SystemInt32
The second magic number for the product
See Also