HTML
JPG
VSDX
XML
VSDX
VSDX
Connect Shapes in Visio via .NET
Connect Visio Shapes using server-side APIs without any software like Microsoft or Open Office, Adobe PDF, etc.
How to Connect shapes in Visio File Using C#
In order to connect shapes in visio file, we’ll use
API which is a feature-rich, powerful and easy to use document manipulation and splitter API for C# platform. Open
package manager, search for Aspose.Diagram and install. You may also use the following command from the Package Manager Console.
Command
PM> Install-Package Aspose.Diagram
Steps to connect shapes in Visio file via C#
You need the aspose.diagram.dll to try the following workflow in your own environment.
- Instantiating a Diagram object.(or->Load the Visio file with full path.)
- Select Page via its index.
- Use the ConnectShapesViaConnector method to connect shapes in the selected page
- Save Diagram in Vsdx format.
System Requirements
Aspose.Diagram for .NET is supported on all major operating systems. Just make sure that you have the following prerequisites.
- Microsoft Windows or a compatible OS with .NET Framework, .NET Core, Mono or Xamarin Platforms
- Development environment like Microsoft Visual Studio
- Add reference to the Aspose.Diagram for .NET DLL in your project - Install from NuGet using the Download button above