This method creates the images used during slide display mode and enables the slide display mode.
[Visual Basic] Public Function SetSlideMode()
As Boolean
[C#] public bool SetSlideMode();
Parameter Value
None
Return Value
Returns True if successful, otherwise returns False
Explanation
The SetSlideMode method creates the images used during slide display mode and enables the slide display mode of the ImageKit control.
The amount of time it takes for this method to execute will depend on the number of images to be displayed, as determined by the SlidePath and SlideFileExtension properties, and by the sizes of these images.
For example code, please see the SlideMode property.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit