Aspose.Diagram
24.10.0
dotnet add package Aspose.Diagram --version 24.10.0
NuGet\Install-Package Aspose.Diagram -Version 24.10.0
<PackageReference Include="Aspose.Diagram" Version="24.10.0" />
paket add Aspose.Diagram --version 24.10.0
#r "nuget: Aspose.Diagram, 24.10.0"
// Install Aspose.Diagram as a Cake Addin #addin nuget:?package=Aspose.Diagram&version=24.10.0 // Install Aspose.Diagram as a Cake Tool #tool nuget:?package=Aspose.Diagram&version=24.10.0
.NET API for Microsoft Visio® File Formats
Aspose.Diagram for .NET is a powerful API for managing Microsoft Visio® diagrams in .NET applications. It supports creating, editing, converting, and protecting Visio® files, while maintaining full compatibility with all Visio® objects and properties, including shapes, pages, text, images, layers, and more. The API also enables applying protection to diagrams, converting diagrams to multiple formats (PDF, HTML, images), embedding VBA projects, and linking external data sources. Aspose.Diagram simplifies diagram manipulation for developers by providing comprehensive support for Visio® files across different platforms and environments.
Basic Operations
Create Visio Document
Create Visio diagrams programmatically using .NET APIs.
Open Visio Document
Open existing Visio documents in .NET applications.
Save Visio Document
Save Visio diagrams in different supported formats programmatically.
Diagram Conversion
Convert Visio to Excel
Export Visio diagrams to Excel (CSV format) for data analysis.
Convert Visio to PDF
Convert Visio diagrams to PDF format, including multipage PDFs with customizable options.
Convert Visio to Images
Convert Visio diagrams to image formats like PNG, JPEG, BMP, and TIFF.
Convert Visio to HTML
Convert Visio diagrams to HTML for easy web sharing and access.
Convert Visio to Other Formats
Export Visio diagrams to various formats including XML, XPS, SVG, SWF, and XAML.
Diagram Management
Working with Diagrams
Manage and manipulate entire Visio diagrams using the Aspose.Diagram API.
Working with Pages
Manage pages within Visio documents, including adding, reordering, and deleting pages.
Working with Layers
Control visibility, protection, and order of layers in Visio diagrams.
Document Properties
Access and modify metadata such as author, title, and subject in Visio documents.
SolutionXML Elements
Work with SolutionXML to store and manage custom data in Visio diagrams.
External Data Sources
Link external data sources to Visio diagrams for dynamic visualization.
VBA Project Integration
Embed and manipulate VBA projects in Visio diagrams using the .NET API.
Themes
Apply built-in themes to Visio diagrams for consistent visual styling.
Shapes and Drawing
Working with Shapes
Add, modify, and manipulate shapes within Visio diagrams programmatically.
Drawing
Use drawing tools to create and manipulate shapes and connectors in Visio files.
Geometry Section
Edit the geometry section of Visio shapes for precise positioning and layout.
Working with Masters
Manipulate master shapes to reuse components effectively.
Working with Layers
Control visibility, protection, and order of layers in Visio diagrams.
Text and Fonts
Working with Text
Manage and format text elements within Visio shapes.
Font Operations
Manage and manipulate fonts within Visio diagrams for better text presentation.
Text Boxes
Insert and edit text boxes in Visio diagrams to provide additional information.
Printing and Export
Print Settings
Configure printing settings for diagrams, including page setup and scaling options.
Working with Print
Print Visio diagrams with customizable options directly from .NET applications.
Diagram Conversions
Convert diagrams between multiple formats such as PDF, HTML, SVG, and others.
Advanced Features
Working with Fields
Edit and manage fields within Visio documents.
Working with Window Elements
Control the display and configuration of window elements within Visio diagrams.
User-defined Cells
Create and manage custom properties (user-defined cells) within Visio shapes.
Working with Hyperlinks
Add, update, and remove hyperlinks from Visio shapes and diagrams.
Working with Comments
Add, read, and manage comments within Visio diagrams for better collaboration.
Events Section
Use the Events section in the ShapeSheet to control behavior and automation.
OLE and ActiveX
OLE Objects
Insert and manipulate OLE objects within Visio diagrams.
ActiveX Controls
Embed and manage ActiveX controls in Visio diagrams for enhanced interactivity.
Visual Enhancements
Gradient Features
Apply and customize gradient fills, stops, and other gradient-related settings.
Working with Images
Embed, edit, and manipulate images within Visio diagrams.
Supported File Formats
Format | Description | Load | Save |
---|---|---|---|
VSDX | MS Visio Drawing that uses OPC (Open Packaging Conventions) | ✔️ | ✔️ |
VDX | Drawing or chart created with Microsoft Visio | ✔️ | ✔️ |
VSD | Visio Drawing (Vector Graphics File Format) | ✔️ | |
VSX | Visio Stencil XML file type | ✔️ | ✔️ |
VTX | XML for Visio (Template File) | ✔️ | ✔️ |
VSSX | VSSX file that has objects to be included in technical drawings | ✔️ | ✔️ |
VSTX | MS Visio Drawing Template | ✔️ | ✔️ |
VSDM | Visio Macro-Enabled Drawing file type | ✔️ | ✔️ |
VSSM | Stores collection of shapes | ✔️ | ✔️ |
VSTM | VSTM that contains both Drawing template and macros | ✔️ | ✔️ |
VDW | Visio Web Drawing File Type | ✔️ | |
VSS | The Visio Stencil File Type | ✔️ | |
VST | VST Template File | ✔️ | |
PDF (Portable Document Format) | ✔️ | ||
XPS | XPS format | ✔️ | |
XAML | XAML format | ✔️ | |
SWF | Adobe Flash File | ✔️ | |
SVG | Scalable Vector Graphics (An XML-based vector image format) | ✔️ | |
EMF | Enhanced MetaFile | ✔️ | |
JPEG | JPEG Format | ✔️ | |
PNG | PNG Format | ✔️ | |
BMP | BMP Format | ✔️ | |
TIFF | Single or Multi-Page TIFF Image | ✔️ | |
HTML | HTML Format | ✔️ |
Supported Operating Systems
Windows
2000, XP, Vista, 7, 8/8.1, 10, 2003-2019 Server (x64, x86)
macOS
Mac OS X x64 (10.12+)
Linux
Linux x64 (6, 7, 8.7+, 9, 14.04, 16.04, 18.04, 27, 42.3+, 12 SP2+)
Supported Development Environments
Microsoft Visual Studio
2003-2019
Supported .NET Framework Versions
.NET Framework
2.0 - 4.7.2, 4.0_ClientProfile
.NET Standard
2.0 (compatible with .NET Core 2.0/2.1)
Installation Steps for Aspose.Diagram for .NET
1. Install via NuGet
- Open Visual Studio.
- Go to Tools > Library Package Manager > Package Manager Console.
- Type:
Install-Package Aspose.Diagram
and press Enter.
2. Update via Package Manager Console
- Open Package Manager Console in Visual Studio.
- Type:
Update-Package Aspose.Diagram
to get the latest version.
3. Install via GUI
- Right-click your project in Solution Explorer.
- Select Manage NuGet Packages, search for Aspose.Diagram, and click Install.
Load a VSS Template to Create a Visio® Diagram with C# Code
You can execute the below code snippet to see how Aspose.Diagram API performs in your own environment or check the GitHub Repository for other common usage scenarios.
// create a new diagram
var diagram = new Diagram(dataDir + "template.vss");
// add a new rectangle shape
long shapeId = diagram.AddShape(4.25, 5.5, 2, 1, @ "Rectangle", 0);
var shape = diagram.Pages[0].Shapes.GetShape(shapeId);
shape.Text.Value.Add(new Txt(@ "Rectangle text."));
// add a new hexagon shape
shapeId = diagram.AddShape(7.0, 5.5, 2, 2, @ "Hexagon", 0);
shape = diagram.Pages[0].Shapes.GetShape(shapeId);
shape.Text.Value.Add(new Txt(@ "Hexagon text."));
// save the diagram in VDX format
diagram.Save(dir + "output.vdx", SaveFileFormat.VDX);
Retrieve Layers of a Visio® VSDX Diagram
Aspose.Diagram for .NET allows .NET applications to work with layers of Visio® drawings. The following C# code example shows how to fetch all the layers of a VSDX file:
// load source Visio® diagram
var diagram = new Diagram(dataDir + "Drawing1.vsdx");
// get diagram page
var page = diagram.Pages.GetPage("Page-1");
// iterate through the layers and print properties
foreach(Layer layer in page.PageSheet.Layers) {
Console.WriteLine("Name: " + layer.Name.Value);
Console.WriteLine("Visibility: " + layer.Visible.Value);
Console.WriteLine("Status: " + layer.Status.Value);
}
Tags
.NET API
| Microsoft Visio
| Visio File Manipulation
| Diagram Conversion
| Visio Diagram Management
| Shapes and Drawing
| Text Management
| VBA Project Integration
| Themes
| OLE and ActiveX
| Gradient Features
| External Data Sources
| Visio File Formats
| Print and Export
| SolutionXML
| User-defined Cells
| Diagram API
| NuGet Package
| Windows, macOS, Linux
| .NET Framework
| .NET Standard
| Visual Studio
| Installation
| NuGet Installation
| Visio Layers
| Hyperlinks
| Comments
| Events
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
net6.0
- Aspose.Drawing.Common (>= 23.7.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
net6.0-windows7.0
- System.Drawing.Common (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
net8.0
- Aspose.Drawing.Common (>= 23.7.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
net8.0-windows7.0
- System.Drawing.Common (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Aspose.Diagram:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
SenseNet.Preview.Aspose.PreviewImageGenerators
Aspose Preview image generator classes for the sensenet platform. |
|
SenseNet.Preview.Aspose
sensenet Aspose Preview Provider makes it possible to generate and serve preview images using Aspose libraries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 2,847 | 10/14/2024 |
24.9.0 | 5,729 | 9/10/2024 |
24.8.0 | 8,499 | 8/12/2024 |
24.7.0 | 8,899 | 7/12/2024 |
24.6.0 | 11,658 | 6/12/2024 |
24.5.0 | 8,312 | 5/13/2024 |
24.4.0 | 28,570 | 4/9/2024 |
24.3.0 | 22,726 | 3/5/2024 |
24.2.0 | 12,791 | 2/4/2024 |
24.1.0 | 14,176 | 1/8/2024 |
23.12.0 | 9,467 | 12/8/2023 |
23.11.0 | 17,677 | 11/9/2023 |
23.10.0 | 12,542 | 10/11/2023 |
23.9.0 | 31,512 | 9/14/2023 |
23.8.0 | 22,118 | 8/15/2023 |
23.7.0 | 23,941 | 7/12/2023 |
23.6.0 | 12,978 | 6/13/2023 |
23.5.0 | 13,676 | 5/10/2023 |
23.4.0 | 10,123 | 4/12/2023 |
23.3.0 | 12,623 | 3/9/2023 |
23.2.0 | 13,759 | 2/13/2023 |
23.1.0 | 26,688 | 1/10/2023 |
22.12.0 | 12,982 | 12/13/2022 |
22.11.0 | 29,912 | 11/10/2022 |
22.10.0 | 23,699 | 10/11/2022 |
22.9.0 | 30,551 | 9/6/2022 |
22.8.0 | 34,896 | 8/3/2022 |
22.7.0 | 13,885 | 7/5/2022 |
22.6.0 | 15,460 | 6/7/2022 |
22.5.0 | 16,456 | 5/10/2022 |
22.4.0 | 12,510 | 4/12/2022 |
22.3.0 | 19,786 | 3/8/2022 |
22.2.0 | 60,186 | 2/11/2022 |
22.1.0 | 17,143 | 1/10/2022 |
21.12.0 | 37,141 | 12/7/2021 |
21.11.0 | 16,198 | 11/11/2021 |
21.10.0 | 10,301 | 10/12/2021 |
21.9.0 | 66,275 | 9/7/2021 |
21.8.0 | 16,019 | 8/4/2021 |
21.7.0 | 18,919 | 7/6/2021 |
21.6.0 | 4,842 | 6/8/2021 |
21.5.0 | 58,901 | 5/11/2021 |
21.4.0 | 13,731 | 4/12/2021 |
21.3.1 | 11,972 | 3/16/2021 |
21.3.0 | 2,055 | 3/12/2021 |
21.2.0 | 47,982 | 2/2/2021 |
21.1.0 | 7,480 | 1/5/2021 |
20.12.0 | 17,630 | 12/8/2020 |
20.11.0 | 18,314 | 11/3/2020 |
20.10.0 | 7,888 | 10/12/2020 |
20.9.0 | 4,418 | 9/9/2020 |
20.8.0 | 4,376 | 8/11/2020 |
20.7.0 | 8,727 | 7/15/2020 |
20.6.0 | 11,937 | 6/11/2020 |
20.5.0 | 15,330 | 5/12/2020 |
20.4.0 | 33,785 | 4/9/2020 |
20.3.0 | 10,330 | 3/12/2020 |
20.2.0 | 10,124 | 2/13/2020 |
20.1.0 | 6,283 | 1/10/2020 |
19.12.0 | 6,921 | 12/13/2019 |
19.11.0 | 5,649 | 11/14/2019 |
19.10.0 | 2,536 | 10/18/2019 |
19.9.0 | 21,004 | 9/19/2019 |
19.8.0 | 24,114 | 8/7/2019 |
19.7.0 | 4,572 | 7/9/2019 |
19.6.0 | 14,829 | 6/13/2019 |
19.5.0 | 4,341 | 5/16/2019 |
19.4.0 | 13,126 | 4/16/2019 |
19.3.0 | 10,359 | 3/15/2019 |
19.2.0 | 10,031 | 2/19/2019 |
19.1.0 | 4,478 | 1/22/2019 |
18.12.0 | 4,331 | 12/18/2018 |
18.11.0 | 6,408 | 11/19/2018 |
18.10.0 | 2,311 | 10/18/2018 |
18.9.0 | 3,722 | 9/14/2018 |
18.8.0 | 4,567 | 8/8/2018 |
18.7.0 | 9,711 | 7/13/2018 |
18.6.0 | 3,098 | 6/11/2018 |
18.5.0 | 3,938 | 5/17/2018 |
18.4.0 | 2,834 | 4/13/2018 |
18.3.0 | 3,579 | 3/9/2018 |
18.2.0 | 5,879 | 2/7/2018 |
18.1.0 | 19,245 | 1/17/2018 |
17.12.0 | 3,373 | 12/15/2017 |
17.11.0 | 2,243 | 11/20/2017 |
17.10.0 | 2,844 | 10/23/2017 |
17.9.0 | 2,173 | 9/20/2017 |
17.8.0 | 3,200 | 8/22/2017 |
17.7.0 | 2,086 | 7/18/2017 |
17.6.0 | 2,233 | 6/20/2017 |
17.5.0 | 2,121 | 5/19/2017 |
17.4.0 | 4,943 | 4/18/2017 |
17.3.0 | 2,619 | 3/17/2017 |
17.2.0 | 2,422 | 2/17/2017 |
17.1.0 | 2,945 | 1/13/2017 |
16.12.0 | 2,569 | 12/16/2016 |
16.11.1 | 2,146 | 11/14/2016 |
16.11.0 | 2,309 | 11/11/2016 |
16.10.0 | 2,456 | 10/14/2016 |
6.8.0 | 2,292 | 9/9/2016 |
6.7.0 | 2,412 | 8/8/2016 |
6.6.0 | 6,708 | 7/12/2016 |
6.5.0 | 5,115 | 6/14/2016 |
6.4.0 | 2,816 | 5/20/2016 |
6.3.0 | 16,973 | 4/22/2016 |
6.2.0 | 2,075 | 3/31/2016 |
6.1.0.1 | 2,147 | 3/1/2016 |
6.1.0 | 2,325 | 2/26/2016 |
6.0.0 | 6,048 | 1/19/2016 |
5.9.0 | 2,590 | 12/18/2015 |
5.8.0 | 2,740 | 11/24/2015 |
5.7.0 | 9,506 | 10/16/2015 |
5.6.0 | 2,473 | 9/9/2015 |
5.5.0 | 3,274 | 8/6/2015 |
5.4.0 | 2,281 | 7/1/2015 |
5.3.0 | 2,611 | 5/22/2015 |
5.2.0 | 2,449 | 4/20/2015 |
5.1.0 | 3,083 | 2/28/2015 |
5.0.0 | 2,413 | 1/16/2015 |
4.6.0 | 2,623 | 12/4/2014 |
4.5.0 | 2,543 | 10/22/2014 |
4.4.0 | 2,497 | 9/12/2014 |
4.3.0 | 2,515 | 8/8/2014 |
4.2.0 | 2,470 | 7/4/2014 |
4.1.0 | 2,423 | 5/27/2014 |
4.0.0 | 2,163 | 5/14/2014 |
3.9.0 | 2,457 | 4/25/2014 |
3.8.0 | 2,764 | 3/27/2014 |
3.7.0 | 2,722 | 2/28/2014 |
3.6.0.1 | 2,304 | 12/20/2013 |
3.6.0 | 2,083 | 12/12/2013 |
3.5.0 | 4,918 | 9/26/2013 |
3.4.0 | 2,214 | 8/20/2013 |
3.3.0 | 2,375 | 6/4/2013 |
3.2.0 | 2,435 | 5/16/2013 |
3.1.0 | 2,256 | 4/3/2013 |
3.0.0 | 2,363 | 2/20/2013 |
2.9.0 | 2,345 | 12/17/2012 |
2.8.0 | 2,543 | 11/12/2012 |
2.7.0 | 2,486 | 10/2/2012 |
2.6.0 | 2,321 | 8/28/2012 |
2.5.0 | 2,348 | 8/13/2012 |
2.4.0 | 2,316 | 7/13/2012 |
2.3.0 | 2,352 | 6/4/2012 |
2.2.0 | 2,378 | 4/28/2012 |
2.1.0 | 2,443 | 4/9/2012 |
2.0.0 | 2,367 | 3/8/2012 |
1.9.0.1 | 2,331 | 2/16/2012 |
1.9.0 | 2,334 | 2/6/2012 |
1.8.1 | 2,341 | 1/24/2012 |
1.8.0 | 2,788 | 1/13/2012 |