The ISlide Interface provides information on a slide. This interface is an item of the ISlides collection.

Table 1. Properties

PropertyValue TypeAccessProperty description
IndexintRead 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/Write

Returns the IPresenter interface, providing information about the presentation presenter.


Table 2. Methods

MethodMethod description
SaveImage(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:

  • JPG
  • PNG
  • BMP
  • WMF
void RemovePresenter()Removes a presenter from the slide.