SettingsJSON

Gets and sets the section of the PresentationJSON that describes the presentation settings. The settings object has four properties:

§   loopPresentation – A Boolean that determines whether a presentation should automatically restart when the end of the presentation is reached.

§   unattendedPlayMode – A Boolean that determines whether the presentation advances between steps automatically as well as restarts presentation when the end is reached.

§   playSpeedFactor – Integer that determines the play speed factor of the presentation.

 

Example:

"settings": {

            "loopPresentation": false,

            "unattendedPlayMode": false,

            "playSpeedFactor": 1.0

        },

SeePresentationJSONSchema” in this chapter for more information.

 

 

JavaScript

 

SettingsJSON

 

C#

 

string SettingsJSON { get; set; }

 

C++

 

HRESULT SettingsJSON ([in] BSTR pVal)

HRESULT SettingsJSON ([out,retval] BSTR pVal)