HtmlSaveOptions.HtmlSaveOptions

HtmlSaveOptions()

Creates options for saving html file.

public HtmlSaveOptions()

See Also


HtmlSaveOptions(SaveFormat)

Creates options for saving htm file.

public HtmlSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be one of following types: Html, MHtml, or XHtml, otherwise the saved format will be set as Html automatically.

See Also