The PresentationType enumeration defines the possible values of the GenerateHtml5Presentation property of the IPresentationConverter interface.

Possible values are:

PT_SOLID = 0: In a solid presentation, the slide's layout is embedded in the presentation's HTML file.

PT_COMPOUND = 1: In a compound presentation, each slide's layout is located in the slideNN.js file. It is the default value for an HTML presentation.