Back to Devexpress

Presentation.SaveDocument() Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-8d06d3c5.md

latest1.2 KB
Original Source

Presentation.SaveDocument() Method

Saves the presentation 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()
vb
Public Function SaveDocument As Byte()

Returns

TypeDescription
Byte[]

A byte array that contains the presentation data in the PPTX format.

|

See Also

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

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace