The ICompany interface provides information about the presenter's company. This interface can be obtained using the IPresenter.ICompany property.
Table 1. Properties
| Property | Value Type | Access | Property description |
|---|
| Logo | IImageInfo | Read only | Returns the IImageInfo interface, providing information about the company logo. |
| HasLogo | bool | Read only | Indicates whether the company has a logo. |
| WebSite | string | Read/Write | The company website address. |
Table 2. Methods
| Method | Description |
|---|
| LoadLogo (string path) | Loads the company logo from the specified image file and returns the ImageInfo interface of the newly uploaded logo. |
| void RemoveLogo() | Removes the company logo. |