Notebook Constructor
Aspose.Note for .Net
Notebook Constructor |
| Name | Description | |
|---|---|---|
| Notebook |
Initializes a new instance of the Notebook class.
| |
| Notebook(Stream) |
Initializes a new instance of the Notebook class.
Opens an existing OneNote notebook from a stream.
| |
| Notebook(String) |
Initializes a new instance of the Notebook class.
Opens an existing OneNote notebook from a file.
| |
| Notebook(Stream, NotebookLoadOptions) |
Initializes a new instance of the Notebook class.
Opens an existing OneNote notebook from a stream. Allows to specify additional loading options.
| |
| Notebook(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).
|