ToHTML
Shape.ToHTML method (1 of 2)
Creates the html and saves it to a file.
public void ToHTML(string fileName, HTMLSaveOptions options)
Parameter | Type | Description |
---|---|---|
imageFile | String | The file name with full path. |
options | HTMLSaveOptions | html save options |
See Also
- class HTMLSaveOptions
- class Shape
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Shape.ToHTML method (2 of 2)
Creates the shape html and saves it to a stream in the specified format.
public void ToHTML(Stream stream, HTMLSaveOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | The output stream. |
options | HTMLSaveOptions | Addtional html creation options |
See Also
- class HTMLSaveOptions
- class Shape
- namespace Aspose.Diagram
- assembly Aspose.Diagram