[]
Saves the current theme to a stream. This method saves theme in the Xml format.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The target stream. |
Saves the current theme to a stream.
public void Save(Stream stream, C1ThemeFormat format)
Type | Name | Description |
---|---|---|
Stream | stream | The target stream. |
C1ThemeFormat | format | The theme persistence format to use. |
Saves the current theme to a file.
public void Save(string fileName, C1ThemeFormat format)
Type | Name | Description |
---|---|---|
string | fileName | The target file name. |
C1ThemeFormat | format | The theme persistence format to use. |
Saves the current theme to a file. The theme format determined on the base of the file extension.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The target file name. |