The ICompany interface provides information about the presenter's company. This interface can be obtained using the IPresenter.ICompany property.

Table 1. Properties

PropertyValue TypeAccessProperty description
LogoIImageInfoRead onlyReturns the IImageInfo interface, providing information about the company logo.
HasLogoboolRead onlyIndicates whether the company has a logo.
WebSitestringRead/WriteThe company website address.

Table 2. Methods

MethodDescription
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.