Aspose.Note for .Net
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

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.
