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
Property | Value Type | Access | Default value | Property description |
---|
Json | string | Read only | skin-dependent | Represents publishing settings in the JSON format. |
Table 2. Methods
Method | Method 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 |