iSpring.Company Interface
The Company interface provides information about presenter company.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
HasLogo |
bool |
Read only |
|
Indicates whether the company has logo |
|
Logo |
Read only |
|
Returns the Image interface providing information about company logotype |
|
|
WebSite |
string |
Read/Write |
|
Company website address |
| Methods |
|
Method |
Method description |
|
Image LoadLogo(string path) |
Loads company logo from the specifies image file and returns the Image interface of the newly loaded logo |
|
void RemoveLogo() |
Removes company logo |
See also