Back to Devexpress

Presentation.LoadTheme(Stream) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-loadtheme-x28-system-dot-io-dot-stream-x29.md

latest1.2 KB
Original Source

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

csharp
public void LoadTheme(
    Stream stream
)
vb
Public Sub LoadTheme(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

The stream from which the presentation theme is loaded.

|

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace