Browse our Products

Aspose.Note for .NET 21.11 Release Notes

Major Features

  • New parameterless constructors for nodes of Document

Features and Improvements

KeySummaryCategory
NOTENET-1780Refactor of node’s constructorsFeature
NOTENET-698Reimplement composite node.Feature
NOTENET-5475Text in OneNote file Overlaps after converted to PDFBug
NOTENET-3314Aspose.Note does not work on Windows server 2016 whereas it works on Windows 2012 R2/Windows 7/Windows 10Bug
NOTENET-5514SetLicense throws an exception in .NET6Bug

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.ICompositeNodeThe interface for nodes that can be marked by tags.
The following public methods were added:Description
Aspose.Note.AttachedFile.#ctorInitializes a new instance of the AttachedFile class.
Aspose.Note.AttachedFile.#ctor(Aspose.Note.Document)Initializes a new instance of the AttachedFile class.
Aspose.Note.Image.#ctorInitializes a new instance of the Image class.
Aspose.Note.Image.#ctor(Aspose.Note.Document)Initializes a new instance of the Image class.
Aspose.Note.Image.#ctor(System.String,System.IO.Stream)Initializes a new instance of the Image class.
Aspose.Note.Image.#ctor(System.String,System.String,System.String)Initializes a new instance of the Image class.
Aspose.Note.Title.GetChildNodes(Aspose.Note.NodeType)Get all child nodes by node type.
Aspose.Note.Title.GetChildNodesGet all child nodes by the node type.
Aspose.Note.Title.GetEnumeratorReturns an enumerator that iterates through child nodes of the Title.
Aspose.Note.Fonts.FontsSubsystem.AddFont(System.IO.Stream,System.String)Adds the font.
The following public properties were added:Description
Aspose.Note.Title.IsCompositeGets a value indicating whether this node is composite. If true the node can have child nodes.
The following public properties are marked as obsolete:Description
Aspose.Note.CompositeNode.ChildrenGets all child nodes of this node as an enumerable collection.