Skip to main content
All docs
V25.2
  • Presentation.LoadTheme(Stream) Method

    Loads a presentation theme from the specified stream.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void LoadTheme(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    The stream from which the presentation theme is loaded.

    See Also