Notebook.LoadChildDocument Method (Stream, LoadOptions)

Aspose.Note for .NET API

NotebookLoadChildDocument Method (Stream, LoadOptions)

Adds a child document node. Opens an existing OneNote document from a stream. Allows to specify additional load options.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public void LoadChildDocument(
	Stream stream,
	LoadOptions loadOptions
)
Public Sub LoadChildDocument ( 
	stream As Stream,
	loadOptions As LoadOptions
)
public:
void LoadChildDocument(
	Stream^ stream, 
	LoadOptions^ loadOptions
)
member LoadChildDocument : 
        stream : Stream * 
        loadOptions : LoadOptions -> unit 

Parameters

stream
Type: System.IOStream
The stream.
loadOptions
Type: Aspose.NoteLoadOptions
The load options.
See Also