Public API Changes in Aspose.Note 1.3.0
Contents
[
Hide
Show
]This document describes changes to the Aspose.Note API from version 1.2 to 1.3, that may be of interest to module/application developers. It includes not only new and updated public methods, but also a description of any changes in the behavior behind the scenes in Aspose.Note.
The Node.Document property is added
It helps to access the Document available through any nodes.
The Document.Save(Stream stream, SaveOptions options) method is added
It saves the note document to a stream using the specified save options. Please see a complete example topic: Specify OneNote Save Options
The Document.Save(Stream stream, SaveFormat format) method is added
It saves the note document to a stream in the specified format. Please have a look on this help example topic: Save OneNote Document to a Stream