Retrieves the name of a theme stored in a stream.
'Declaration
Public Overloads Shared Function GetThemeName( _
ByVal As System.IO.Stream, _
ByVal As C1ThemeFormat _
) As System.String
public static System.string GetThemeName(
System.IO.Stream ,
C1ThemeFormat
)
Parameters
- stream
- The stream containing the theme XML.
- format
- The document persistence format to use.
Return Value
The name of the theme, or null if no theme could be found in the stream.