iSpring.Presenter Interface
The Presenter Interface provides information about presentation presenter.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
Name |
string |
Read/Write |
"" |
Presenter name |
|
Title |
string |
Read/Write |
"" |
Presenter title |
|
WebSite |
string |
Read/Write |
"" |
Presenter web site address |
|
|
string |
Read/Write |
"" |
Presenter email address |
|
BiographyText |
string |
Read/Write |
"" |
Brief information about the presenter |
|
HasPhoto |
bool |
Read only |
false |
Indicates whether the presenter has photo |
|
Photo |
Read only |
|
Returns the Image interface providing information about presenter photo |
|
|
HasCustomCompany |
bool |
Read only |
false |
Indicates whether the presenter has custom company |
|
CustomCompany |
Read only |
|
Returns the Company interface providing information about presenter custom company. |
| Methods |
|
Method |
Method description |
|
void Delete() |
Deletes current presenter |
|
Image LoadPhoto(string path) |
Loads presenter photo from specified path and returns the Image interface for this photo. |
|
void RemovePhoto() |
Removes presenter photo |
See also
Image Interface
Company Interface
Presenters Interface
Presentation Interface
iSpring SDK COM API