iSpring.PlaybackSettings Interface

The PlaybackSettings Interface represents presentation playback settings.

Properties

Property

Value Type

Access

Default value

Property description

AutomaticSlideAdvance

bool

Read/write

false

This property is obsolete. To control slide advance mode you should use ChangeSlidesAutomatically and UseMinimalSlideDuration properties instead

AutomaticStepAdvance

bool

Read/write

false

Indicates whether the next animation step advance is performed automatically

AutoStart

bool

Read/write

true

Indicates whether the presentation starts playing automatically

EnableAnimationEffects

bool

Read/write

true

Indicates whether animation effects are enabled

EnableTransitionEffects

bool

Read/write

true

Indicates whether transition effects are enabled

LoopPresentation

bool

Read/write

false

Indicates whether the generated Flash presentation is played in a loop

Player

PlayerSettings

Read only

 

Returns the PlayerSettings Interface providing player customization facilities

SlideAdvanceTime

float

Read/write

5

Slide advance time

StepAdvanceTime

float

Read/write

5

Animation step advance time

ChangeSlidesAutomatically

bool

Read/write

false

Indicates whether slides of the generated Flash presentation advance automatically regardless the presentation settings

UseMinimalSlideDuration

bool

Read/write

false

If the property is set to true the MinimalSlideDuration property will define the minumal duration of each slide.

Note: If the property is set to false and PowerPoint slide transition advance time was not defined or equal to 0 seconds, minimal slide the duration will be automatically set to 1.0 second to prevent too fast slide advance.

MinimalSlideDuration

float

Read/write

5.0

Minimal slide duration. Property is used if the UseMinimalSlideDuration parameter is set to true.

See also

Settings Interface
PlayerSettings Interface
iSpring SDK COM API