Notebook Constructor

Aspose.Note for .NET API

Notebook Constructor

Overload List
  NameDescription
Public methodNotebook
Initializes a new instance of the Notebook class.
Public methodNotebook(Stream)
Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a stream.
Public methodNotebook(String)
Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a file.
Public methodNotebook(Stream, NotebookLoadOptions)
Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a stream. Allows to specify additional loading options.
Public methodNotebook(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).
Top
See Also