The IPresenter interface provides information about the presentation presenter. This interface is an item of IPresenters collection.

Table 1. Properties

PropertyValue TypeAccessDefault valueProperty description
NamestringRead/Write
The presenter's name.
TitlestringRead/Write
The presenter's title.
WebSitestringRead/Write
The presenter's web site address.
EmailstringRead/Write
The presenter's email address.
BiographyTextstringRead/Write
Brief information about the presenter.
HasPhotoboolRead onlyfalseIndicates whether the presenter has a photo.
PhotoIImageInfoRead only
Returns the IImageInfo interface, providing information about the presenter's photo.
HasCustomCompanyboolRead/WritefalseIndicates whether the presenter belongs to a custom company.
CompanyICompanyRead only
Returns the ICompany interface, providing information about the presenter's custom company.
PhonestringRead/Write
The presenter's phone number.


Table 2. Methods

MethodMethod description
void Delete()Deletes the current presenter.
void RemovePhoto()Removes the presenter's photo.
LoadPhoto(string path)Loads the presenter's photo to the specified path and returns the IImageInfo interface for this photo.