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
XMLstringRead onlyskin-dependentCurrent publishing settings in the XML format.


Table 2. Methods

MethodMethod description
Load(string fileName)Loads publishing settings from the XML file. The file should match the following scheme: C:\Program Files\iSpring\SDK 9\PPT Conversion SDK\players\xsd\html5_presentation_publish_settings.xsd

Save(string fileName)

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