Saves the current theme to a stream.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.IO.Stream, _
ByVal As C1ThemeFormat _
)
public void Save(
System.IO.Stream ,
C1ThemeFormat
)
Parameters
- stream
- The target stream.
- format
- The theme persistence format to use.
See Also