Aspose.Note for .Net
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

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.
