Notebook Constructor (Stream)

Aspose.Note for .NET API

Notebook Constructor (Stream)

Initializes a new instance of the Notebook class. Opens an existing OneNote notebook from a stream.

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

Parameters

stream
Type: System.IOStream
The stream.
See Also