Draw geomtry to Microsoft® Visio File via .NET
Draw geomtry using C# code within .NET based applications.
.NET Visio Library provides support to draw geomtry to visio file. Supported file formats include VDW, VDX, VSD, VSDM, VSDX,VSS,VSSM,VSSX,VST,VSTM,VSTX,VSX and VTX.
Draw geomtry to Visio Files
Drawing geomtry in Pages.
- Open a Diagram object
- Select Page via its id
- Call DrawRectangle series methods to add geomtry to page
- Call the Save() method and pass the file name (full path) and format as a parameter.
- Now you can open and use the file in Microsoft Office, Adobe PDF or any other compatible program.