C# & VB.NET Code Samples for Exporting Microsoft Visio Diagram to XML


/ Published in: Java
Save to your folder(s)

This technical tip shows how .NET developers can export Microsoft Visio diagram to XML inside their own applications using Aspose.Diagram for .NET. Aspose.Diagram for .NET lets you export diagrams to a variety of formats: image formats, HTML, SVG, SWF and XML formats:

• VDX defines an XML diagram.
• VTX defines an XML template.
• VSX defines an XML stencil.

The Diagram class' constructors read a diagram and the Save method is used to save, or export, a diagram in a different file format. The code snippets in this article show how to use the Save method to save a Visio file to VDX, VTX and VSX.

URL: http://www.aspose.com/docs/display/diagramnet/Export+Diagram+to+XML

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.