Browse our Products

Aspose.Note for .NET 24.2 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-5828Replacing images in onenote file in one goEnhancement
NOTENET-5830Open the properties of RichText for reading, providing information on whether this text belongs to a title.Bug

Public API and Backward Incompatible Changes

The following public properties were added:Description
Aspose.Note.RichText.IsTitleTextGets a value indicating whether the RichText element contains the text of the page title.
Aspose.Note.RichText.IsTitleDateGets a value indicating whether the RichText element contains the date in the page title.
Aspose.Note.RichText.IsTitleTimeGets a value indicating whether the RichText element contains the time in the page title.
The following public methods were added:Description
Aspose.Note.Image.Replace(Aspose.Note.Image)Replaces the current image data with the data from the provided Image object.