Notebook Constructor (String, NotebookLoadOptions)

Aspose.Note for .NET API

Notebook Constructor (String, NotebookLoadOptions)

Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a file. Allows to specify additional options such as a children loading strategy ("lazy"/instant).

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

Parameters

filePath
Type: SystemString
The file path.
loadOptions
Type: Aspose.NoteNotebookLoadOptions
The load options.
See Also