Click or drag to resize
PresentationConverterInitLibrary Method
Initialize library using user name and license Key, which is used for redistribution license.

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public void InitLibrary(
	string userName,
	string licenseKey
)

Parameters

userName
Type: SystemString
User name to activate the license.
licenseKey
Type: SystemString
License key provided by DigitalOfficePro.

Implements

IPresentationConverterInitLibrary(String, String)
See Also