Back to Devexpress

Presentation.SaveDocument Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-savedocument.md

latest900 B
Original Source

Presentation.SaveDocument Method

NameParametersDescription
SaveDocument()noneSaves the presentation to a byte array.
SaveDocument(DocumentFormat)documentFormatSaves the presentation in the specified format to a byte array.
SaveDocument(Stream, DocumentFormat)stream, documentFormatSaves the presentation in the specified format to the given stream.
SaveDocument(Stream)streamSaves the presentation to a stream.