Back to Devexpress

Presentation.ExportTheme(Stream) Method

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

latest1.2 KB
Original Source

Presentation.ExportTheme(Stream) Method

Exports the presentation theme to the specified stream.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Parameters

NameTypeDescription
streamStream

The stream to which the presentation theme is exported.

|

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace