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

public void Save( string fileName )
Public Sub Save ( fileName As String )
public: void Save( String^ fileName )
member Save : fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The full name for the file. If a file with the specified full name already exists, the existing file is overwritten.

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