Notebook.Save Method

Aspose.Note for .NET API

NotebookSave Method

Overload List
  NameDescription
Public methodSave(Stream)
Saves the OneNote document to a stream.
Public methodSave(String)
Saves the OneNote document to a file.
Public methodSave(Stream, SaveFormat)
Saves the OneNote document to a stream in the specified format.
Public methodSave(Stream, NotebookSaveOptions)
Saves the OneNote document to a stream using the specified save options.
Public methodSave(String, SaveFormat)
Saves the OneNote document to a file in the specified format.
Public methodSave(String, NotebookSaveOptions)
Saves the OneNote document to a file using the specified save options.
Top
See Also