The IHtml5PublishingSettings interface allows you to obtain and set the presentation player publishing settings. Publishing settings usually contain slide thumbnails and other image quality settings, placeholder sizes, used fonts, and font character sets.

This interface can be obtained using the IHtml5SkinModule.PublishingSettings property. 

Table 1. Properties

PropertyValue TypeAccessDefault valueProperty description
JsonstringRead onlyskin-dependentRepresents publishing settings in the JSON format.


Table 2. Methods

MethodMethod description
Load(string fileName)Loads publishing settings from the JSON file.

Save(string fileName)

Saves the HTML5 publishing settings to the JSON file.
void Reset()Restores default HTML5 publishing settings