Back to Devexpress

Presentation.SaveDocument(DocumentFormat) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-savedocument-x28-devexpress-dot-docs-dot-presentation-dot-documentformat-x29.md

latest1.6 KB
Original Source

Presentation.SaveDocument(DocumentFormat) Method

Saves the presentation in the specified format to a byte array.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public byte[] SaveDocument(
    DocumentFormat documentFormat
)
vb
Public Function SaveDocument(
    documentFormat As DocumentFormat
) As Byte()

Parameters

NameTypeDescription
documentFormatDocumentFormat

The format in which the presentation should be saved.

|

Returns

TypeDescription
Byte[]

A byte array that contains the saved presentation.

|

See Also

DevExpress Presentation API Library: Create, Load, and Save Presentations

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace