Method LoadThemeFromStream
LoadThemeFromStream(Stream, IRegistryOptions)
Loads a theme from the given file.
public bool LoadThemeFromStream(Stream stream, IRegistryOptions options = null)
Parameters
stream
StreamThe Stream containing theme data.
options
IRegistryOptionsRegistry options to locate included themes
Returns
- bool
True if success; otherwise, false