Notebook.Save Method
Aspose.Note for .Net
NotebookSave Method |
| Name | Description | |
|---|---|---|
| Save(Stream) |
Saves the OneNote document to a stream.
| |
| Save(String) |
Saves the OneNote document to a file.
| |
| Save(Stream, SaveFormat) |
Saves the OneNote document to a stream in the specified format.
| |
| Save(Stream, NotebookSaveOptions) |
Saves the OneNote document to a stream using the specified save options.
| |
| Save(String, SaveFormat) |
Saves the OneNote document to a file in the specified format.
| |
| Save(String, NotebookSaveOptions) |
Saves the OneNote document to a file using the specified save options.
|