Click or drag to resize
PresentationConverter Class
The main class of PowerPoint to HTML5 converter SDK. It provides presentation conversion methods, events and properties.
Inheritance Hierarchy
SystemObject
  DigitalOfficePro.Html5PointSdkPresentationConverter

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public class PresentationConverter : IPresentationConverter

The PresentationConverter type exposes the following members.

Constructors
  NameDescription
Public methodPresentationConverter
Default constructor for initialization
Top
Methods
  NameDescription
Public methodActivateLicense
To activate library using user name, email adress and license Key.
Public methodCancelConversion
To cancel the HTML5 conversion
Public methodClosePresentation
To close the previously opened presentation
Public methodConvert(String)
To convert the already opened presentation.
Public methodConvert(String, Boolean)
To convert the already opened presentation.
Public methodDeactivateLicense
To deactivate library using license Key.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLicenseInfo
Returns license information, ie user name, and license Key. Read-only.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInitLibrary
Initialize library using user name and license Key, which is used for redistribution license.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenPresentation
To copy the given prsentation to the temp folder then open the same
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsActivated
Indicates whether the library is activated or not. Read-only.
Public propertyLastErrorDescription
Returns a brief description about last occurred error. Read-only.
Public propertySettings
Returns a ISetting object which providing properties and methods for the HTML5 Conversion. Read-only.
Public propertySlideHeight
Returns height of the slide. Default value is 0. Value set after calling OpenPresentation(). Read-only
Public propertySlideWidth
Returns width of the slide. Default value is 0. Value set after calling OpenPresentation(). Read-only
Public propertyVersion
Returns a string which represent HTML5Point SDK version. Read-only.
Top
Events
  NameDescription
Public eventOnConversionEnd
Occurs when the HTML5 conversion process end.
Public eventOnConversionStart
Occurs when the HTML5 conversion process get started.
Public eventOnHtml5WriteProgress
Occurs when the output HTML5 file write progress get changed.
Public eventOnMediaProcessingEnd
Occurs when the media conversion process end.
Public eventOnMediaProcessingStart
Occurs when the media conversion process get started.
Public eventOnPresentationReadProgress
Occurs when the Presentation read progress get changed.
Top
See Also