Notebook.LoadChildDocument Method

Aspose.Note for .NET API

NotebookLoadChildDocument Method

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