IPresentationConverterInitLibrary Method |
Initialize library using user name and license Key, which is used for redistribution license.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax void InitLibrary(
string userName,
string licenseKey
)
Sub InitLibrary (
userName As String,
licenseKey As String
)
void InitLibrary(
String^ userName,
String^ licenseKey
)
Parameters
- userName
- Type: SystemString
User name to activate the license. - licenseKey
- Type: SystemString
License key provided by DigitalOfficePro.
See Also