Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

IKSlideShow.SetMode

Sets the mode for slideshow.

Component Version macOS Windows Linux Server iOS SDK
IKSlideShow 3.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "IKSlideShow.SetMode"; Mode )   More

Parameters

Parameter Description Example
Mode Can be images, PDF or mixed.

Result

Returns OK on success.

Description

Sets the mode for slideshow.
A slideshow is in one of three modes. Our Add methods set the mode automatically, so you may need to use this method to set the mode you want after adding items.

Examples

Set mode to PDF:

MBS( "IKSlideShow.SetMode"; "pdf" )

Set mode to Mixed:

MBS( "IKSlideShow.SetMode"; "Mixed" )

See also

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 1st August 2016


IKSlideShow.SetAudioFile - IKSlideShow.SetPDFDisplayBox

💬 Ask a question or report a problem