The IHtml5Settings interface provides HTML5-specific publishing settings. This interface can be obtained using the ISettings.IHtml5Settings property.

Table 1. Properties

PropertyValue TypeAccessDefault valueProperty description
SecurityIHtml5SecuritySettingsRead only

Returns the IHtml5SecuritySettings interface, providing the facility of communicating between presentations and scripts located in different subdomains.

PresentationPlayerIHtml5PresentationPlayerSettingsRead only

Returns the IHtml5PresentationPlayerSettings interface, providing presentation player settings. 

EnableLocal3dTransitionsboolRead/Writefalse

This option makes some transitions available when playing back from a local computer.

In this case, all resources are embedded right into the slides, and this is why the size of the presentation that is generated can increase significantly. 

Don't use this option if you intend to only play the presentation online.

Table 2. Methods

MethodDescription
void Reset()Restores default HTML5 settings.