Notebook.LoadChildNotebook Method

Aspose.Note for .NET API

NotebookLoadChildNotebook Method

Overload List
  NameDescription
Public methodLoadChildNotebook(Stream)
Adds a child notebook node. Opens an existing OneNote notebook from a stream.
Public methodLoadChildNotebook(String)
Adds a child notebook node. Opens an existing OneNote notebook from a file.
Public methodLoadChildNotebook(Stream, NotebookLoadOptions)
Adds a child notebook node. Opens an existing OneNote notebook from a stream. Allows to specify additional load options.
Public methodLoadChildNotebook(String, NotebookLoadOptions)
Adds a child notebook node. Opens an existing OneNote notebook from a file. Allows to specify additional load options.
Top
See Also