Browse our Products

Aspose.Note for .NET 21.3 Release Notes

Major Features

  • Saving OneNote document as image in TIFF format using different settings.
  • New public api to check if a document is encrypted.

Features and Improvements

KeySummaryCategory
NOTENET-3037Save the OneNote with color(Black & White,Greyscale and Color) and Compression(JPEG,LZW and Pack-bits) in Tiff formatFeature
NOTENET-3061Save the OneNote with Compression(JPEG,LZW and Pack-bits) in Tiff formatFeature
NOTENET-3116Check if file is encryptedFeature

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.Saving.TiffCompressionSpecifies what type of compression to use when saving a document to the TIFF format.
The following public constants were added:Description
Aspose.Note.Saving.TiffCompression.NoneSpecifies no compression.
Aspose.Note.Saving.TiffCompression.RleSpecifies RLE compression.
Aspose.Note.Saving.TiffCompression.Ccitt3Specifies CCITT Group 3 fax encoding.
Aspose.Note.Saving.TiffCompression.Ccitt4Specifies CCITT Group 4 fax encoding.
Aspose.Note.Saving.TiffCompression.LzwSpecifies LZW compression.
Aspose.Note.Saving.TiffCompression.JpegSpecifies JPEG DCT compression compression.
Aspose.Note.Saving.TiffCompression.PackBitsSpecifies Macintosh RLE compression.
The following public properties were added:Description
Aspose.Note.Saving.ImageSaveOptions.TiffCompressionGets or sets the type of compression to use when saving generated images to the TIFF format.
The following public static methods were added:Description
Aspose.Note.Document.IsEncrypted(System.IO.Stream,Aspose.Note.LoadOptions,Aspose.Note.Document@)Tries to open an existing OneNote document from a stream.
Aspose.Note.Document.IsEncrypted(System.IO.Stream,System.String,Aspose.Note.Document@)Tries to open an existing OneNote document from a stream.
Aspose.Note.Document.IsEncrypted(System.IO.Stream,Aspose.Note.Document@)Tries to open an existing OneNote document from a stream.
Aspose.Note.Document.IsEncrypted(System.String,Aspose.Note.LoadOptions,Aspose.Note.Document@)Tries to open an existing OneNote document from a file.
Aspose.Note.Document.IsEncrypted(System.String,Aspose.Note.Document@)Tries to open an existing OneNote document from a file.
Aspose.Note.Document.IsEncrypted(System.String,System.String,Aspose.Note.Document@)Tries to open an existing OneNote document from a file.