iSpring SDK iSpring SDK Outline iSpring SDK COM API Current: ISlide Interface ISlide Interface The ISlide Interface provides information on a slide. This interface is an item of the ISlides collection.Table 1. PropertiesPropertyValue TypeAccessProperty descriptionIndexintRead onlyThe slide index within the presentation.Note: the slide index is zero-based.TitlestringRead/WriteThe slide title.NotesstringRead onlyThe text of the slide notes.TextstringRead onlyThe slide text.IdintRead onlyThe slide ID.HiddenboolRead onlyIndicates whether or not the slide is hidden.HasPresenterboolReadIndicates whether or not the slide has a presenter.PresenterIPresenterRead/WriteReturns the IPresenter interface, providing information about the presentation presenter.Table 2. MethodsMethodMethod descriptionSaveImage(string fileName, int width, int height, int quality=75)Saves a slide thumbnail to the specified file.Note: the following image file types are supported:JPGPNGBMPWMFvoid RemovePresenter()Removes a presenter from the slide. ×