Notebook.Save Method (Stream)

Aspose.Note for .NET API

NotebookSave Method (Stream)

Saves the OneNote document to a stream.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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.
Exceptions
ExceptionCondition
IncorrectDocumentStructureExceptionThe document structure violates specification.
UnsupportedSaveFormatExceptionRequested save format is not supported.
See Also