PresentationConverter Class |
Namespace: DigitalOfficePro.Html5PointSdk
The PresentationConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | PresentationConverter |
Default constructor for initialization
|
Name | Description | |
---|---|---|
![]() | ActivateLicense |
To activate library using user name, email adress 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.
|
![]() | DeactivateLicense |
To deactivate library using license Key.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLicenseInfo |
Returns license information, ie user name, and license Key. Read-only.
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | InitLibrary |
Initialize library using user name and license Key, which is used for redistribution license.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OpenPresentation |
To copy the given prsentation to the temp folder then open the same
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|
![]() | SlideHeight |
Returns height of the slide. Default value is 0. Value set after calling OpenPresentation(). Read-only
|
![]() | SlideWidth |
Returns width of the slide. Default value is 0. Value set after calling OpenPresentation(). Read-only
|
![]() | Version |
Returns a string which represent HTML5Point SDK version. Read-only.
|
Name | Description | |
---|---|---|
![]() | OnConversionEnd |
Occurs when the HTML5 conversion process end.
|
![]() | OnConversionStart |
Occurs when the HTML5 conversion process get started.
|
![]() | OnHtml5WriteProgress |
Occurs when the output HTML5 file write progress get changed.
|
![]() | OnMediaProcessingEnd |
Occurs when the media conversion process end.
|
![]() | OnMediaProcessingStart |
Occurs when the media conversion process get started.
|
![]() | OnPresentationReadProgress |
Occurs when the Presentation read progress get changed.
|