Notebook Constructor (Stream, NotebookLoadOptions)

Aspose.Note for .NET API

Notebook Constructor (Stream, NotebookLoadOptions)

Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a stream. Allows to specify additional loading options.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Notebook(
	Stream stream,
	NotebookLoadOptions loadOptions
)
Public Sub New ( 
	stream As Stream,
	loadOptions As NotebookLoadOptions
)
public:
Notebook(
	Stream^ stream, 
	NotebookLoadOptions^ loadOptions
)
new : 
        stream : Stream * 
        loadOptions : NotebookLoadOptions -> Notebook

Parameters

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