Skip to content
| Marketplace
Sign in
Visual Studio>Controls>Aspose.SVG for .NET
Aspose.SVG for .NET

Aspose.SVG for .NET

Aspose Marketplace

|
205 clicks
| (0) | Free Trial
Aspose.SVG for .NET API has been designed to provide a wide range of features for processing and rendering of SVG files.
Get Started

Process & Manipulate SVG via .NET API

Nuget Nuget

banner

Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License

This .NET on-premise API helps you seamlessly integrate SVG file processing & manipulation functionality into your C#, VB.NET, ASP.NET & other .NET based apps.

SVG File Processing Features

  • Create, read and write SVG format files.
  • Convert SVG to other supported file formats.
  • DOM Tree manipulation as per official SVG specs.
  • Support for content navigation via XPath Query, CSS Selectors, Element, and Document Traversal features.
  • Support for quality rendering.

Read Supported Formats

SVG

Save SVG As

Fixed Layout: PDF, XPS Image: TIFF, BMP, PNG, JPEG, GIF

Platform Independence

Any operating system that can install Mono (.NET 4.0 Framework support) or use .NET core can use Aspose.SVG for .NET. This includes Windows, Linux, and macOS.

Get Started

Are you ready to give Aspose.SVG for .NET a try? Simply execute Install-Package Aspose.SVG from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.SVG for .NET and want to upgrade the version, please execute Update-Package Aspose.SVG to get the latest version.

Use C# to Convert SVG to PNG format

string dataDir = RunExamples.GetDataDir_Data();
using (var document = new SVGDocument(Path.Combine(dataDir, "sourcefile.svg"))){
    using (var device = new ImageDevice(new ImageRenderingOptions(ImageFormat.Png), dataDir + "targetfile.png")){
        document.RenderTo(device);
    }
}

Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft