| Method | Method description |
|---|
| OpenPresentation(object source) | Opens a PowerPoint presentation. The source parameter is either a string specifying the presentation path or the PowerPoint.Presentation COM interface. |
| PresentationOpened | Indicates if the presentation has been opened and if it is accessible. |
| void CancelConversion(bool deleteGeneratedFiles=true) | Stops the conversion process. |
| void GenerateHtml5Presentation(string htmlFilePath, PresentationType type=PT_COMPOUND, string skinId="", object slideRange=null) | Converts the opened presentation into an HTML5 presentation. |