IPresentationConverter Interface |
Namespace: DigitalOfficePro.Html5PointSdk
The IPresentationConverter type exposes the following members.
Name | Description | |
---|---|---|
ActivateLicense |
To activate library using user name and license Key.
| |
CancelConversion |
To cancel the HTML5 conversion
| |
ClosePresentation |
To close the previously opened presentation
| |
Convert(String) |
To convert the already opened presentation.
| |
Convert(String, Boolean) |
To convert the already opened presentation without using threads during conversion.
| |
DeactivateLicense |
To deactivate SDK activation using license Key.
| |
GetLicenseInfo |
Returns license information, ie user name, and license Key.
| |
InitLibrary |
Initialize library using user name and license Key, which is used for redistribution license.
| |
OpenPresentation |
To copy the given prsentation to the temp folder then open the same.
|
Name | Description | |
---|---|---|
IsActivated |
Indicates whether the library is activated or not. Read-only.
| |
LastErrorDescription |
Returns a brief description about last occurred error. Read-only.
| |
Settings |
Returns a ISetting object which providing properties and methods for the HTML5 Conversion. Read-only.
| |
Version |
Returns a string which represent HTML5Point SDK version. Read-only.
|