Skip to main content
All docs
V26.1
  • Presentation.ImportTheme(Stream) Method

    Imports a presentation theme from the specified stream.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public void ImportTheme(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    The stream from which the presentation theme is imported.

    Remarks

    Refer to the following help topic for additional information: Import and Export Themes.

    See Also