Document.Save Method (String)

Aspose.Note for .NET API

DocumentSave Method (String)

Saves the OneNote document to a file.

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