Document Constructor

Aspose.Note for .NET API

Document Constructor

Overload List
  NameDescription
Public methodDocument
Initializes a new instance of the Document class. Creates a blank OneNote document.
Public methodDocument(Stream)
Initializes a new instance of the Document class. Opens an existing OneNote document from a stream.
Public methodDocument(String)
Initializes a new instance of the Document class. Opens an existing OneNote document from a file.
Public methodDocument(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.
Public methodDocument(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.
Top
See Also