Convert a Visio Shape To Image
Contents
[
Hide
]
Convert a visio shape to image
This topic elaborates how developers can convert a visio shape to image using Aspose.Diagram. The ToImage method exposed by the Shape class can be used to convert to image.
The code below shows how to:
- Load a sample diagram.
- get a particular page.
- get a particular shape.
- convert shape to image.
Shape to image Programming Sample
Use the following code in your .net application to convert a visio shape to image.