Click or drag to resize
ConverterConvertHTML Method (HTMLDocument, MHTMLSaveOptions, String)
Convert html document to mhtml. Result is mhtml file.

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static void ConvertHTML(
	HTMLDocument document,
	MHTMLSaveOptions options,
	string outputPath
)

Parameters

document
Type: Aspose.HtmlHTMLDocument
Conversion source.
options
Type: Aspose.Html.SavingMHTMLSaveOptions
Conversion options.
outputPath
Type: SystemString
Output file path.
See Also