Notebook Constructor (String)

Aspose.Note for .NET API

Notebook Constructor (String)

Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a file.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Notebook(
	string filePath
)
Public Sub New ( 
	filePath As String
)
public:
Notebook(
	String^ filePath
)
new : 
        filePath : string -> Notebook

Parameters

filePath
Type: SystemString
The file path.
See Also