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

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.
