Browse our Products

Aspose.Note for .NET 22.9 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-3179Add option to save pages without breaks in pdf formatFeature
NOTENET-5637Exception “System.ArgumentException: ‘Parameter is not valid.�” when saving OneNote document to PDF in licensing modeBug

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.Saving.PageSettingsRepresents the layout settings for a page.
The following public static properties were added:Description
Aspose.Note.Saving.PageSettings.A4Gets settings for the A4-format page.
Aspose.Note.Saving.PageSettings.A4NoHeightLimitGets settings for the A4-format page with limitless height.
Aspose.Note.Saving.PageSettings.LetterGets settings for the Letter-format page.
Aspose.Note.Saving.PageSettings.LetterNoHeightLimitGets settings for the Letter-format page with limitless height.
The following public properties were added:Description
Aspose.Note.Saving.PdfSaveOptions.PageSettingsGets or sets the page settings for each page in document.