The IPlaybackSettings interface provides presentation playback settings. This interface can be obtained using the ISettings.Playback property.

Table 1. Properties

PropertyValue TypeAccessDefault valueProperty description
AutomaticStepAdvanceboolRead/WritefalseDefines whether the next animation step advance will be performed automatically.
AutoStartboolRead/WritetrueDefines whether the presentation starts playing automatically.
ChangeSlidesAutomaticallyboolRead/WritefalseDefines whether the presentation advances to the next slide automatically.
EnableAnimationEffectsboolRead/WritetrueDefines whether animation effects are enabled.
EnableTransitionEffectsboolRead/WritetrueDefines whether transition effects are enabled.
LoopPresentationboolRead/WritefalseIndicates whether the generated HTML presentation is played in a loop.
MinimalSlideDurationfloatRead/Write5Defines minimum slide duration in seconds. Can be used if the UseMinimumSlideDuration property is specified.
ResumePresentationPlaybackResumeModeEnumRead/WriteRM_NEVERDefines the slide from which the previously opened presentation resumes playback.
StepAdvanceTimefloatRead/Write5Defines the animation step advance time.
UseMinimumSlideDurationboolRead/WritefalseLimits the duration that the slide will be shown.


Table 2. Methods

MethodDescription
void Reset()Restores default playback settings.