Document Constructor
Aspose.Note for .Net
Document Constructor |
| Name | Description | |
|---|---|---|
| Document |
Initializes a new instance of the Document class.
Creates a blank OneNote document.
| |
| Document(Stream) |
Initializes a new instance of the Document class.
Opens an existing OneNote document from a stream.
| |
| Document(String) |
Initializes a new instance of the Document class.
Opens an existing OneNote document from a file.
| |
| Document(Stream, LoadOptions) |
Initializes a new instance of the Document class.
Opens an existing OneNote document from a stream. Allows to specify additional options such as an encryption password.
| |
| Document(String, LoadOptions) |
Initializes a new instance of the Document class.
Opens an existing OneNote document from a file. Allows to specify additional options such as an encryption password.
|