Browse our Products

Aspose.Note for .NET 23.3 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-5524Remove all ctor of Document’s nodes with parameter of type DocumentFeature
NOTENET-550OneNote to PDF conversion, drawings are not renderedBug
NOTENET-5731Fix incorrect rendering of ink15.one sample fileBug

Public API and Backward Incompatible Changes

The following public methods were added:Description
Aspose.Note.AttachedFile.#ctor(System.String)Initializes a new instance of the AttachedFile class.
Aspose.Note.Image.#ctor(System.String)Initializes a new instance of the Image class.
Aspose.Note.IndentatedNode<>.#ctor(Aspose.Note.NodeType)Initializes a new instance of the IndentatedNode<> class.
The following public methods were removed:Description
Aspose.Note.AttachedFile.#ctor(Aspose.Note.Document,System.String)Initializes a new instance of the AttachedFile class.
Aspose.Note.AttachedFile.#ctor(Aspose.Note.Document,System.String,System.IO.Stream,System.Drawing.Imaging.ImageFormat)Initializes a new instance of the AttachedFile class.
Aspose.Note.AttachedFile.#ctor(Aspose.Note.Document,System.String,System.IO.Stream)Initializes a new instance of the AttachedFile class.
Aspose.Note.AttachedFile.#ctor(Aspose.Note.Document,System.String,System.IO.Stream,System.IO.Stream,System.Drawing.Imaging.ImageFormat)Initializes a new instance of the AttachedFile class.
Aspose.Note.AttachedFile.#ctor(Aspose.Note.Document)Initializes a new instance of the AttachedFile class.
Aspose.Note.CompositeNodeBase.#ctor(Aspose.Note.Document,Aspose.Note.NodeType)Initializes a new instance of the CompositeNodeBase class.
Aspose.Note.CompositeNode<>.#ctor(Aspose.Note.Document,Aspose.Note.NodeType)Initializes a new instance of the CompositeNode<> class.
Aspose.Note.Image.#ctor(Aspose.Note.Document,System.String)Initializes a new instance of the Image class.
Aspose.Note.Image.#ctor(Aspose.Note.Document,System.String,System.IO.Stream)Initializes a new instance of the Image class.
Aspose.Note.Image.#ctor(Aspose.Note.Document)Initializes a new instance of the Image class.
Aspose.Note.IndentatedNode<>.#ctor(Aspose.Note.Document,Aspose.Note.NodeType)Initializes a new instance of the IndentatedNode<> class.
Aspose.Note.Node.#ctor(Aspose.Note.Document,Aspose.Note.NodeType)Initializes a new instance of the Node class.
Aspose.Note.Outline.#ctor(Aspose.Note.Document)Initializes a new instance of the Outline class.
Aspose.Note.OutlineElement.#ctor(Aspose.Note.Document)Initializes a new instance of the OutlineElement class.
Aspose.Note.OutlineGroup.#ctor(Aspose.Note.Document)Initializes a new instance of the OutlineGroup class.
Aspose.Note.Page.#ctor(Aspose.Note.Document)Initializes a new instance of the Page class.
Aspose.Note.RichText.#ctor(Aspose.Note.Document)Initializes a new instance of the RichText class.
Aspose.Note.Table.#ctor(Aspose.Note.Document)Initializes a new instance of the Table class.
Aspose.Note.TableCell.#ctor(Aspose.Note.Document)Initializes a new instance of the TableCell class.
Aspose.Note.TableRow.#ctor(Aspose.Note.Document)Initializes a new instance of the TableRow class.
Aspose.Note.Title.#ctor(Aspose.Note.Document)Initializes a new instance of the Title class.
The following public properties were removed:Description
Aspose.Note.CompositeNode<>.ChildrenGets all child nodes of this node as an enumerable collection.