Returns the Slide Interface
representing a particular slide in the collection Note: index is 1-based
It is a default method the Slides interface, so it can be
omitted in some programming languages such as C# or VisualBasic
void SaveThumbnails(
string destinationFolder,
string filePrefix,
ImageFileType format,
int width, int height,
int quality = 75)
Saves slide thumbnails to the specified location.
Samples
The following C# sample illustrates Slides interface usage.