Browse our Products

Aspose.Note for .NET 23.2 Release Notes

Major Features

  • Added support of drawings

Features and Improvements

KeySummaryCategory
NOTENET-222Rendering the hand-written elements.Feature
NOTENET-548OneNote to PDF conversion, drawings are not renderedBug
NOTENET-2534Drawing is not renderedBug

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.InkNodeRepresents a common interface for all ink nodes.
Aspose.Note.InkDrawingRepresents a ink node containing any drawn content.
Aspose.Note.InkParagraphRepresents a ink node containing handwritten text with additional properties like slanted writing.
Aspose.Note.InkWordRepresents a ink node containing handwritten text.
The following public properties were added:Description
Aspose.Note.InkDrawing.HorizontalOffsetGets or sets the horizontal offset.
Aspose.Note.InkDrawing.VerticalOffsetGets or sets the vertical offset.
The following public methods were added:Description
Aspose.Note.DocumentVisitor.VisitInkDrawingStart(Aspose.Note.InkDrawing)Start to visit the InkDrawing node.
Aspose.Note.DocumentVisitor.VisitInkDrawingEnd(Aspose.Note.InkDrawing)End to visit the InkDrawing node.
Aspose.Note.DocumentVisitor.VisitInkWordStart(Aspose.Note.InkWord)Start to visit the InkWord node.
Aspose.Note.DocumentVisitor.VisitInkWordEnd(Aspose.Note.InkWord)End to visit the InkWord node.
Aspose.Note.DocumentVisitor.VisitInkParagraphStart(Aspose.Note.InkParagraph)Start to visit the InkParagraph node.
Aspose.Note.DocumentVisitor.VisitInkParagraphEnd(Aspose.Note.InkParagraph)End to visit the InkParagraph node.
Aspose.Note.InkNode.#ctor(Aspose.Note.NodeType)Initializes a new instance of the InkNode class.
Aspose.Note.InkDrawing.Accept(Aspose.Note.DocumentVisitor)Accepts the visitor of the node.
Aspose.Note.InkParagraph.Accept(Aspose.Note.DocumentVisitor)Accepts the visitor of the node.
Aspose.Note.InkWord.Accept(Aspose.Note.DocumentVisitor)Accepts the visitor of the node.
The following public constants were added:Description
Aspose.Note.NodeType.InkDrawingSpecifies that the node is a InkDrawing.
Aspose.Note.NodeType.InkParagraphSpecifies that the node is a InkParagraph.
Aspose.Note.NodeType.InkWordSpecifies that the node is a InkWord.