Skip to content

ZeeshanShafqat/Aspose.Diagram-for-.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Aspose.Diagram for .NET Repository

This repository contains C# and VB.NET Example Projects for Aspose.Diagram for .NET.

##How to use the Examples?

###With IDE

Clone or Download the ZIP and extract the contents to your local hard drive. It has Solution (SLN) files for Microsoft Visual Studio 2005, 2008 and 2010.

Also download the latest version of Aspose.Diagram for .NET and set/fix jar references.

##Open Source Feel of Aspose.Diagram

Aspose.Diagram for .NET is a successful commercial product, but our philosophy is to develop it using our unique "open-source feel" approach. In other words, we at Aspose are extremely customer driven and this shows in:

  • Frequent releases (at least 1 a month).
  • Features are prioritized according to your requests.
  • Unlimited free technical support for anyone.
  • Helpful support in the forums and answers within 12-24 hours.
  • Live chat with experienced technical advisors.

We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project.

The Aspose.Diagram for .NET examples published here at GitHub is a part of the above effort.

##What's included in this examples repository?

###Code

All examples are each contained in separate folders at the root of the repository. Each example is provided in both C# and Visual Basic. Each example contains a Program.cs or Program.vb code file. The main entry point for the examples is always found in this file.

ExampleDescription
CreateNewDiagramIt demonstrates, how to create a Visio diagram from scratch and add shapes.
AddShapeIt demonstrates, how to add a new shape in Visio diagram.
ImageRenderingIt demonstrates, how to render Visio diagrams to image formats.
PDFRenderingIt demonstrates, how to render Visio diagrams to PDF format.
XMLRenderingIt demonstrates, how to render Visio diagrams to Visio XML formats.
XPSRenderingIt demonstrates, how to render Visio diagrams to XPS format.
Export Diagram to SVGIt demonstrates, how to render Visio diagrams to SVG format.
Export Diagram to SWFIt demonstrates, how to render Visio diagrams to SWF format.
Layout Shapes AutomaticallyIt demonstrates, how to layout shapes into the several styles automatically.
Protect and Unprotect DiagramsIt demonstrates, how to protect and unprotect visio diagrams.
Search and Replace TextIt demonstrates, how to search text and replace it with new text.
Rotate ShapeIt demonstrates, how to rotate visio shape in degree.
Change Shape PositionIt demonstrates, how to change the shape's position.

##Contact Us

Packages

No packages published

Languages

  • C# 100.0%