Basic operations with Visio documents
Contents
[
Hide
]
Visio Diagram Load Overview
The Diagram class represents a Microsoft Office Visio diagram loaded into the memory. The Diagram class has several overloaded constructors allowing developers to create a blank drawing or to load one from a file or stream.
Basic operations section describes the first and simplest operation with Diagram documents in Aspose.Diagram for .NET:
- Create Visio document programmatically - this article describes how to create Visio file using C#.
- Open Visio document programmatically - this article describes a various ways how to open a Visio document in .NET application.
- Save Visio document programmatically - this article describes a various ways how to save a Visio document to file, stream.