Convert a Visio Shape To Html

**Convert a visio shape to html **

The ToHTML method exposed by the Shape class can be used to convert to html.

The code below shows how to:

  1. Load a sample diagram.
  2. get a particular page.
  3. get a particular shape.
  4. convert shape to html.

Shape to Html

Use the following code in your .net application to convert a visio shape to html.