Develop Microsoft® Visio File via .NET

Develop visio using C# code within .NET based applications.

 

.NET Visio Library provides support to develop in visio file. Supported file formats include VDW, VDX, VSD, VSDM, VSDX,VSS,VSSM,VSSX,VST,VSTM,VSTX,VSX and VTX.

Develop in Visio Files

Drawing geomtry in Pages.

  • 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.
C# Code to develop in Visio Files