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(Stream, DocumentFormat) | stream, documentFormat | Saves the presentation in the specified format to the given stream. |
| SaveDocument(Stream) | stream | Saves the presentation to a stream. |