| C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : GetThemeName Method |
| Overload | Description |
|---|---|
| GetThemeName(Stream) | Retrieves the name of a theme stored in a stream. This method assumes that stream contains theme in C1ThemeFormat.Xml format. |
| GetThemeName(Stream,C1ThemeFormat) | Retrieves the name of a theme stored in a stream. |
| GetThemeName(String) | Retrieves the name of a theme stored in a stream. The theme format determined on the base of the file extension. |
| GetThemeName(String,C1ThemeFormat) | Retrieves the name of a theme stored in a stream. |