Browse our Products

Aspose.SVG for .NET 21.1 Release Notes

Major Features

As per the regular monthly update process of all APIs being offered by Aspose, we are honored to announce the January release of Aspose.SVG for .NET. We have added support for saving SVGDocument with new IOutputStorage interface. This interface allows save SVG document content and resources to streams and manage them.

Public API changes:

Added APIs:

Next interface and classes were added to namespace Aspose.Svg.IO Namespace:

  • A base interface that supports the creation and management of output streams OutputStream IOutputStorage.
  • A surrogate stream wraps the real output stream and controls access to it. OutputStream conatins URI data that describes location of the output stream OutputStream.
  • A context for initialization of the output stream OutputStreamContext.
  • A file system storage LocalFileSystemStorage .

Three new methods for saving the document content and resources to the output storage were added to SVGDocument:

Changed APIs:

No Changes

Removed APIs:

No Changes