Aspose.Note for .Net
NotebookSave Method (Stream) |
Saves the OneNote document to a stream.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public 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 stream.

Exception | Condition |
---|---|
IncorrectDocumentStructureException | The document structure violates specification. |
UnsupportedSaveFormatException | Requested save format is not supported. |
