Shape.ToHTML

ToHTML(string, HTMLSaveOptions)

Creates the html and saves it to a file.

public void ToHTML(string fileName, HTMLSaveOptions options)
ParameterTypeDescription
imageFileStringThe file name with full path.
optionsHTMLSaveOptionshtml save options

See Also


ToHTML(Stream, HTMLSaveOptions)

Creates the shape html and saves it to a stream in the specified format.

public void ToHTML(Stream stream, HTMLSaveOptions options)
ParameterTypeDescription
streamStreamThe output stream.
optionsHTMLSaveOptionsAddtional html creation options

See Also