Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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