Retrieves the name of a theme stored in a stream.
'Declaration
Public Overloads Shared Function GetThemeName( _
ByVal As System.String, _
ByVal As C1ThemeFormat _
) As System.String
public static System.string GetThemeName(
System.string ,
C1ThemeFormat
)
Parameters
- fileName
- The file 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 file.