Shape.ToHTML
ToHTML(string, HTMLSaveOptions)
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
ToHTML(Stream, HTMLSaveOptions)
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