Aspose.Note for .Net
DocumentSave Method (Stream) |
Saves the OneNote document to a stream.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntaxpublic void Save( Stream stream )
Public Sub Save ( stream As Stream )
public: void Save( Stream^ stream )
member Save : stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
The System.IO.Stream where the document will be saved.
Exceptions| Exception | Condition |
|---|---|
| IncorrectDocumentStructureException | The document structure violates specification. |
| UnsupportedSaveFormatException | Requested save format is not supported. |
See Also