Skip to main content
All docs
V26.1
  • Presentation.SaveDocument Method

    Name Parameters Description
    SaveDocument() none Saves the presentation to a byte array.
    SaveDocument(DocumentFormat) documentFormat Saves the presentation in the specified format to a byte array.
    SaveDocument(SaveOptions) options
    SaveDocument(Stream, DocumentFormat) stream, documentFormat Saves the presentation in the specified format to the given stream.
    SaveDocument(Stream, SaveOptions) stream, options
    SaveDocument(Stream) stream Saves the presentation to a stream.