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


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